import { Command } from "@oclif/core"; export default class Scale extends Command { static description: string; static examples: string[]; static strict: boolean; run(): Promise; } //# sourceMappingURL=scale.d.ts.map