import { DiffResults, IRepairs } from './tree_diff'; export declare function bipartiteMatchingDiff(repairs: IRepairs, a: T[], b: T[]): DiffResults;