import { Response } from './response';
export type ErrorResp = string | string[] | Error | Response;
//# sourceMappingURL=errorInternal.d.ts.map