import { Command } from '@oclif/command'; export default class DestroyAll extends Command { static description: string; run(): Promise; }