import { EKErrorCode } from "./EKErrorCode"; export declare class EKError extends Error { code: EKErrorCode; domain: string; underlying?: { domain: string; code: number; message: string; }; constructor(message: string, code: EKErrorCode, domain: string, underlying?: EKError["underlying"]); } export declare function _wrapNativeError(rawError: any): any; //# sourceMappingURL=EKError.d.ts.map