/**
* Launches a minimal interactive wizard to generate a RAY config JSON file.
*
* @paramoutputPath - File path to write the generated config (default: './ray.config.json')
*/exportdeclarefunctioninitConfigWizard(outputPath?: string): Promise<void>;