/** * Error handling utilities */ /** * Handle API errors with specific messages */ export declare const handleApiError: (error: any, defaultMessage?: string) => string;