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