export default class ResponseError extends Error { status: number; response: string; constructor(status: number, ...params: string[]); }