import BaseCommand from '../../base.command'; import { ListModule } from '../../modules/environment/list.module'; export default class ListCommand extends BaseCommand { commandClass: typeof ListCommand; commandModule: typeof ListModule; static description: string; static examples: string[]; static aliases: string[]; }