/** * codeprism init — interactive setup wizard * * Sets up a multi-repo workspace with: * 1. Repo selection (auto-discovered sibling dirs) * 2. Engine URL + API key validation * 3. Team rules fetch + cache * 4. Editor detection + MCP config auto-install * 5. LLM provider + API key configuration * 6. .codeprism/ directory with config.json, rules.json, .gitignore */ export declare function runInit(cwd: string): Promise; //# sourceMappingURL=init.d.ts.map