export declare function cachedFetch(url: string, init?: any): Promise<any>;
export declare function clearCache(): Promise<void>;
