import { Command } from '@oclif/core'; export default class Clean extends Command { static description: string; static args: { name: string; }[]; static examples: string[]; run(): Promise; }