import { CLICommand } from '@coveo/cli-commons/command/cliCommand'; export default class Create extends CLICommand { static description: string; run(): Promise; }