export declare class KorapayClientError extends Error {
    detail: string;
    status?: number;
    code?: string;
    wrappedError?: Error;
    constructor(detail: string, status?: number, code?: string, wrappedError?: Error);
}
//# sourceMappingURL=errors.d.ts.map