import { OptionValues } from 'commander';
import BaseCommand from '../base-command.js';
export declare const login: (options: OptionValues, command: BaseCommand) => Promise<undefined>;
//# sourceMappingURL=login.d.ts.map