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