export declare function runGeneratorBinary(binaryPath: string, options: any): Promise<{ stdout: string; stderr: string; }>;