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