import { ErrorFactory } from '../common/errors'; export declare enum AuthErr { LOGIN_FAILED = "auth/login-failed", AUTH_FAILED = "auth/auth-failed" } export declare const errors: { "auth/login-failed": string; "auth/auth-failed": string; }; export declare const errorFactory: ErrorFactory;