/** * Boot-time SSO deposit safety net (BOFF-4463). * * Guarantees the central bridge host eventually receives this origin's * session even when the post-login deposit hop was cancelled by a competing * navigation, and heals sessions created while the deposit flow was broken: * on app boot, if this profile has no recent successful deposit, mint a * dedicated token lineage for the bridge (mintSsoSession) and perform the * top-level deposit round-trip. Bounded by attempt caps + cooldowns in * shouldAttemptSsoDeposit, and a marker param on the bounce-back records * success. */ export declare function useSsoDepositBootGuard(): void; //# sourceMappingURL=useSsoDepositBootGuard.d.ts.map