/** `codex-pool` tool - manage model-specific account pools by account number. */ import { type ToolDefinition } from "@opencode-ai/plugin/tool"; import type { ToolContext } from "./index.js"; export declare function createCodexPoolTool(ctx: ToolContext): ToolDefinition; //# sourceMappingURL=codex-pool.d.ts.map