export interface FakeResponseApi { getStatusCode(): number; getBody(): string | Buffer; getHeaders(): any; }