export declare function envWithoutNodeModulesBin(): NodeJS.ProcessEnv; export interface ToolResult { name: string; version: string; notes?: string; } export declare function probeTool(name: string, command: string, options?: { timeoutMs?: number; }): Promise; export declare function probeAllTools(cacheDir?: string): Promise; //# sourceMappingURL=tools.d.ts.map