export declare const fetchMedia: (url: string, useCache?: boolean) => Promise; export declare const prefetchMedia: (url: string) => Promise;