export declare const useAuthenticateConnectedUser: () => { readonly authenticateUser: () => Promise; readonly isAuthenticating: boolean; };