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