export declare function clearCache(): void;
export declare const fetch: (url: URL, opts?: Record<string, any>) => Promise<any>;
