/** * Interactive init CLI — `gamecodex init` * * Auto-detects AI tools and game engine, writes MCP config files. * Follows the same readline-based pattern as setup.ts. */ export declare function runInit(): Promise;