export declare function downloadOrUseCachedImage(url: string): Promise; export declare function downloadImage(url: string): Promise;