import { BaseCommand } from '../base-command.js'; export default class Build extends BaseCommand { static summary: string; static description: string; static examples: string[]; static flags: { verbose: import("@oclif/core/interfaces").BooleanFlag; env: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=build.d.ts.map