import { IcpmcpError } from "./icpmcperror.js"; /** The fallback error class if no more specific error class is matched */ export declare class IcpmcpDefaultError extends IcpmcpError { constructor(message: string, httpMeta: { response: Response; request: Request; body: string; }); } //# sourceMappingURL=icpmcpdefaulterror.d.ts.map