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