import { CommandModule } from 'yargs'; import { VitroConfig } from './config'; declare const buildCommand: CommandModule; export declare function buildHandler(argv: { cwd?: string; out?: string; basePath?: string; configOverrides?: Partial; }): Promise; export default buildCommand; //# sourceMappingURL=build.d.ts.map