export { dehydrate, hydrate } from '../core/hydration'; export type { DehydrateOptions, DehydratedState, HydrateOptions, ShouldDehydrateMutationFunction, ShouldDehydrateQueryFunction, } from '../core/hydration';