import type { UserToken } from '../types.js';
/** Async function giving a login URL and waiting until login process has been completed */
export declare const login: (sendLoginUrl: (s: string) => void) => Promise<UserToken>;
