import type { InferSchema } from "../../extensions/schema/index.js"; /** Input schema when an agent is used as a tool */ export declare const getAgentToolInputSchema: () => import("../../internal-agents/schema.js").Schema; }>>; export type AgentToolInput = InferSchema>; //# sourceMappingURL=tool.schema.d.ts.map