import { Command } from '@oclif/core'; export default class V7toV8 extends Command { static description: string; static excludedFolderToExtract: string[]; extractFiles(folderPath: string): String[]; run(): Promise; } //# sourceMappingURL=V7-V8.d.ts.map