import { AxiosResponse } from 'axios'; export default class ResponseError extends Error { response: AxiosResponse; constructor(message: string, options: ErrorOptions, reponse: AxiosResponse); }