export declare const STORED_AUTH_METHOD_KEY = "bounded_last_auth_method"; export declare const ISSUER_SESSION_KIND_KEY = "bounded_issuer_session_kind"; export declare function getStoredAuthMethod(): string | null; export declare function setStoredAuthMethod(method: string | null): void; export declare function getIssuerSessionKind(): string | null;