import { type LoginOptions } from '../types.js'; export declare function run(opts: LoginOptions): Promise; //# sourceMappingURL=login.d.ts.map