import type { BatchComparisonOptions, ImageBatchComparisonResult } from "../types"; import { ImageSourceEntry } from "../../types"; import { MatchedPair } from "../../matching"; export declare function performBatchImageComparison(pairs: MatchedPair[], options?: Partial): Promise;