export declare const useSignIn: () => { isSignedIn: boolean; isInitialized: boolean; signIn: (optional?: boolean) => Promise; };