interface DevOptions { iteration?: string; force?: boolean; auto?: boolean; autoSteps?: string; from?: string; to?: string; web?: boolean; output?: string; lang?: string; pipeline?: boolean; resume?: boolean; } export declare function devCommand(options: DevOptions): Promise; export {}; //# sourceMappingURL=dev.d.ts.map