import { MapType } from '../types';
export declare function shallowEqual(obj1: MapType, obj2: MapType): boolean;
