import type { ToolDef } from './provider-base.js'; import type { ToolDispatcher } from './tool-dispatcher.js'; export declare function isFsToolName(name: string): boolean; export declare function getFsTools(): ToolDef[]; export interface FsContext { cwd: string; } export declare function buildFsDispatcher(ctx: FsContext): ToolDispatcher; /** Test seam: clear the ripgrep-presence cache so a test can re-probe * after changing $PATH. Not used in production paths. */ export declare function __resetRipgrepCacheForTesting(): void; //# sourceMappingURL=fs-dispatcher.d.ts.map