import type { StoreOrVal } from '@tanstack/svelte-query'; import type { Readable } from 'svelte/store'; export declare function isStore(obj: StoreOrVal): obj is Readable; //# sourceMappingURL=is-store.d.ts.map