export declare function fetchSessionSecretAndSsoUserAsync(): Promise<{ sessionSecret: string; id: string; username: string; }>;