/** * `codex-tag` tool — set or clear account tags. * Extracted from `index.ts` per RC-1 Phase 2. */ import { type ToolDefinition } from "@opencode-ai/plugin/tool"; import type { ToolContext } from "./index.js"; export declare function createCodexTagTool(ctx: ToolContext): ToolDefinition; //# sourceMappingURL=codex-tag.d.ts.map