import { BaseCommand } from '../base/base-command'; export default class LoginCommand extends BaseCommand { static command: string; static description: string; run(): Promise; }