import type { AgentTool } from "@mariozechner/pi-agent-core"; import type { GCToolDefinition } from "./sdk-types.js"; export declare function toAgentTool(def: GCToolDefinition): AgentTool;