import { Command } from '../../lib/cli'; export declare class Build implements Command { parse(argv: string[]): Promise; help(): string; } //# sourceMappingURL=build.d.ts.map