export interface AutoAuthenticateState { isAutoAuthenticating: boolean; } export declare const useAutoAuthenticate: () => AutoAuthenticateState;