import { getStoredSession, clearStoredSession } from "./authStorage"; import type { Session } from "./types"; export declare function startSsoLogin(): void; export declare function completeSsoLogin(): Promise; export declare const Auth: { startSsoLogin: typeof startSsoLogin; completeSsoLogin: typeof completeSsoLogin; getStoredSession: typeof getStoredSession; clearStoredSession: typeof clearStoredSession; }; //# sourceMappingURL=loginFlow.d.ts.map