import { objectInterface } from './interfaces';
declare const eqObjects: (object1: objectInterface, object2: objectInterface) => boolean;
export default eqObjects;
