/** * Start command - starts the production server. */ import type { Command } from 'commander'; export declare function startCommand(program: Command): void; //# sourceMappingURL=start.d.ts.map