import { K as Key, B as BareFetcher, F as FetcherResponse, C as CacheData } from './types-l2s7dphv.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 as p };