export declare const SSO_EMAIL_STORAGE_KEY = "better-auth-ui.sso-email";
/** Read the email carried from SSO discovery into a fallback sign-in view. */
export declare function getSsoFallbackEmail(): string;
/** Persist the email used for SSO discovery for passwordless fallback views. */
export declare function setSsoFallbackEmail(email: string): void;
