import { type SignupOptions } from './signup.js'; /** Login uses the same code/magic-link flow as signup, without the welcome screen. */ export declare function login(version: string, opts?: Pick): Promise; //# sourceMappingURL=login.d.ts.map