//#region src/shallowEqual.d.ts /** Shallow equal version of https://github.com/lukeed/dequal */ declare function shallowEqual(foo: any, bar: any): boolean; //#endregion export { shallowEqual };