import { Command, flags } from '@oclif/command'; export default class PackMacos extends Command { static description: string; static flags: { root: flags.IOptionFlag; }; run(): Promise; }