export declare const useAsyncCache: () => { setVideoPlayUrlBy: (newUrl: string | undefined) => Promise; cachedVideoUrl: string | undefined; }; //# sourceMappingURL=useCache.d.ts.map