import { MultiDbManager } from '../../core/multi-db-manager'; import { IdMapper } from '../../core/id-mapper'; /** * MCP Tool: cross_analysis * Performs cross-dimension analysis */ export declare class CrossAnalysisTool { private crossDimensionApi; constructor(dbManager: MultiDbManager, idMapper: IdMapper); /** * Executes the cross_analysis tool. */ execute(args: { filePath: string; pluginId: string; }): Promise; } //# sourceMappingURL=cross-analysis.d.ts.map