import { MatchObject } from './types';
declare const isMockEqual: (match1: MatchObject, match2: MatchObject) => boolean;
export { isMockEqual };
