import { MatchedPair } from "../matching"; import { SourceEntry } from "../types"; import { BatchComparisonOptions, BatchComparisonResult } from "./types"; export declare function performBatchComparison(pairs: MatchedPair[], options?: Partial): Promise; export * from "./types";