import type { AuthController, AnyServerAuthenticator, ContextOfAuthenticator, UserOfAuthenticator } from '@sociably/auth'; import type { VerifyLoginFn } from '@sociably/websocket'; declare const useAuthLogin: (controller: AuthController) => VerifyLoginFn, ContextOfAuthenticator, string>; export default useAuthLogin;