import type { Tool } from '../../types/tools.js'; import type { ToolLLM } from '../../config/tool-llm.js'; import type { FeatureFlagManager } from '../../runtime/feature-flags/index.js'; export type { AnalyzeInput } from './types.js'; export declare function createAnalyzeTool(toolLLM: Pick, featureFlags?: Pick | null, projectRoot?: string): Tool; //# sourceMappingURL=index.d.ts.map