export declare function shallow(objA: T, objB: T): boolean; /** * @deprecated Use `import { shallow } from 'zustand/shallow'` */ declare const _default: typeof shallow; export default _default;