import { type Cache, type Result, type ResultEntry, type Source, type CachedConfiguration } from "./types.ts"; export declare function fetchAllCached(config: CachedConfiguration): Promise; export declare function fetchWithCache(source: Source, cache: Cache, config: CachedConfiguration): Promise; //# sourceMappingURL=cache.d.ts.map