import { Command } from '@oclif/core'; export default class Prod extends Command { static hidden: boolean; static description: string; run(): Promise; } //# sourceMappingURL=prod.d.ts.map