export declare function readableError(error: unknown): any; /** * Logs the most useful information from any error (Axios or otherwise). */ export declare function logError(error: unknown, context?: string, options?: { logStack?: boolean; logConfig?: boolean; }): void; //# sourceMappingURL=handlers.d.ts.map