import { Command, flags } from '@oclif/command'; export default class Pack extends Command { static description: string; static flags: { root: flags.IOptionFlag; targets: flags.IOptionFlag; xz: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }