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