/** * Dev Command * Starts the development server */ import { DevOptions } from '../types'; export declare function devCommand(options: DevOptions): Promise; //# sourceMappingURL=dev.d.ts.map