export { s as serialize } from '../serialize-f94ud86v.js'; import { K as Key, B as BareFetcher, F as FetcherResponse, C as CacheData } from '../types-m1fld6v2.js'; export { S as SWRConfig } from '../types-m1fld6v2.js'; export { INFINITE_PREFIX } from './constants.js'; type PreloadFetcher = SWRKey extends () => infer Arg ? (arg: Arg) => FetcherResponse : SWRKey extends infer Arg ? (arg: Arg) => FetcherResponse : never; declare const preload: >(key_: SWRKey, fetcher: Fetcher) => CacheData; export { preload };