/** * Centralized error handling for API errors */ export declare function handleApiError(error: unknown): string; //# sourceMappingURL=errorHandler.d.ts.map