/** * Dev command - starts development server. */ import type { Command } from 'commander'; export declare function devCommand(program: Command): void; //# sourceMappingURL=dev.d.ts.map