/** * Idempotently register the agim MCP server in opencode's global config. * Returns true when a write actually happened (config changed), false when * the config was already in the desired state. * * Failures (file unreadable, JSON malformed, write rejected) are logged * and swallowed — opencode users still keep working without reminder * tools, the same way they did before this feature. */ export declare function ensureOpencodeMcpRegistered(): Promise; //# sourceMappingURL=ensure-mcp-config.d.ts.map