import { Operation, Bundle } from './correlation-engine'; export declare function getLinkedOperations(bundles: Bundle[], targetToolUseId: string): Operation[]; export declare function enrichToolResponseDetails(finalBundles: Bundle[]): void; //# sourceMappingURL=correlation-utils.d.ts.map