import { createShallowEqualIgnoring, shallowEqual, createShallowEqualPick, shallowEqualStrict } from "./common"; import { useSyncExternalStoreWithSelector } from "./useSyncExternalStoreWithSelector"; declare const utils: { createShallowEqualIgnoring: typeof createShallowEqualIgnoring; shallowEqual: typeof shallowEqual; createShallowEqualPick: typeof createShallowEqualPick; shallowEqualStrict: typeof shallowEqualStrict; useSyncExternalStoreWithSelector: typeof import("./useSyncExternalStoreWithSelector.native").useSyncExternalStoreWithSelector; }; export { createShallowEqualIgnoring, shallowEqual, createShallowEqualPick, shallowEqualStrict, useSyncExternalStoreWithSelector, }; export default utils;