import type { MCPBridge } from '../bridge/MCPBridge.js'; import type { ToolSchemaSummary } from './types.js'; export declare class ToolSchemaIntrospector { private readonly bridge; constructor(bridge: MCPBridge); collectToolSchemas(): ToolSchemaSummary[]; private normalizeSchema; private normalizeObjectSchema; } //# sourceMappingURL=ToolSchemaIntrospector.d.ts.map