export default class Response { statusCode: number; body: TPayload; headers: any; constructor(statusCode: number, body: TPayload, headers: any); toString(): string; }