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