import { WrappedFetch } from "./fetch-common.js";
export { clearCache } from "./fetch-native.js";
export declare const fetch: WrappedFetch;
