/** * Setup Command * * One-time global MCP configuration writer. * Detects installed AI editors and writes the appropriate MCP config * so the soleil-ai-review-engine MCP server is available in all projects. */ export declare const setupCommand: () => Promise;