import { CacheOptions } from "../types";
export declare const fetchWithCache: <T>(url: string, options?: CacheOptions) => Promise<T>;
