import type { AgentTool } from "@apholdings/jensen-agent-core"; import { type WebResearchEngine } from "../web-research/engine.js"; declare const webResearchStatusSchema: import("@sinclair/typebox").TObject<{}>; export declare function createWebResearchStatusTool(options?: { engine?: WebResearchEngine; }): AgentTool; export declare const webResearchStatusTool: AgentTool, any>; export {}; //# sourceMappingURL=web-research-status.d.ts.map