import { CaughtException } from '../../etc/caught-exception'; export declare class Auth extends CaughtException { readonly name = "Auth"; static instanceOf(error: Error | NonNullable): boolean; static readonly UNDERAGE_DEPENDENT_FORBIDDEN: CaughtException; static readonly AUTH_FORBIDDEN: CaughtException; static readonly EXPIRED_PASSWORD: CaughtException; }