type Options = { codegenCommand: string; watch: boolean; }; export declare function launchProcess(options: Options): Promise; export {};