/** * Initialize the Foldkit DevTools MCP server in the current working directory. * Writes (or merges into) `.mcp.json` so any AI agent that respects the file * picks up the server. Idempotent: re-running overwrites only the * `foldkit-devtools` entry, leaving any other configured servers alone. */ export declare const runInit: () => void; //# sourceMappingURL=install.d.ts.map