/** * Build command - prepares the CMS for production. */ import type { Command } from 'commander'; export declare function buildCommand(program: Command): void; //# sourceMappingURL=build.d.ts.map