import { type DehydratedState, type QueryClient } from '@tanstack/svelte-query'; export declare function mergeDehydrated(source: DehydratedState | QueryClient, destination: DehydratedState): DehydratedState; //# sourceMappingURL=dehydrate.d.ts.map