import type { SetupDeps, SetupStepResult } from "../types.js"; /** * Add claude-mem MCP configuration to opencode.json. * - Fresh install (no entry): adds type: "local" config * - Migration (existing type: "remote"): replaces with type: "local" * - Already correct (type: "local"): skips with message * - mcp-server.cjs not found: returns failed status * Preserves ALL existing keys in opencode.json. */ export declare function configureMcp(deps: SetupDeps): Promise; //# sourceMappingURL=configure-mcp.d.ts.map