//#region src/shallow.d.ts declare function shallowEqual(objA: any, objB: any): boolean; //#endregion export { shallowEqual };