export declare function decodeCustomError(error: unknown): string | null; export declare function formatError(error: unknown): string; export declare function getDetailedError(error: unknown): { message: string; details?: string; }; export declare function throwFormattedError(error: unknown): never; //# sourceMappingURL=error-handler.d.ts.map