export * from '@tanstack/store'; export { useStore } from './useStore.cjs'; export declare function shallow(objA: T, objB: T): boolean;