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