import { WrappedFetch } from "./fetch-common.js";
export declare function clearCache(): void;
export declare const fetch: WrappedFetch;
