import type { LTSSOConfig } from '../types/auth'; export declare function setSSOConfig(config: LTSSOConfig): void; export declare function getSSOConfig(): LTSSOConfig | null; export declare function isSSOEnabled(): boolean; /** Reset SSO config. Used by tests. */ export declare function clearSSOConfig(): void;