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