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