declare const downloadImage: (url: string, filePath: string) => Promise<void>;
export default downloadImage;
