/**
 * Error handler for standardizing error handling across the app
 */
export declare class FirebaseAuthError extends Error {
    code: string;
    originalError?: Error;
    constructor(message: string, code?: string, originalError?: Error);
}
export declare const handleServiceError: (error: unknown, defaultMessage?: string) => FirebaseAuthError;
//# sourceMappingURL=errorHandler.d.ts.map