import type { Tool, ToolDefinition } from '../../types/tools.js'; import { type InspectToolResult } from './shared.js'; import type { FeatureFlagManager } from '../../runtime/feature-flags/index.js'; export declare class InspectTool implements Tool { private readonly featureFlags?; private readonly projectRoot; constructor(featureFlags?: (Pick | null) | undefined, projectRoot?: string | null); readonly definition: ToolDefinition; private _withFingerprint; execute(args: Record): Promise; private _fingerprintResult; } //# sourceMappingURL=index.d.ts.map