import { RunOptions } from "../OptionModel.js";
export declare function startServiceGenerationRun(options: RunOptions): Promise<void>;
