/** * Workspace retrieval tools (1.7.0). * * Provider-independent index-backed search. Search tools are read-only and * parallel-safe; the refresh tool writes Jensen-managed runtime state only * (never workspace source files). */ import type { AgentTool } from "@apholdings/jensen-agent-core"; export declare function createWorkspaceSearchTools(cwd: string): Record>; /** Store a status tool for validation that the factory is complete. */ export declare function workspaceSearchToolNames(): string[]; //# sourceMappingURL=workspace-search.d.ts.map