import { SetDiff } from './SetDiff';
declare const findSetDiffAdditions: (diff: SetDiff) => SetDiff;
export { findSetDiffAdditions };
