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