declare function downscaleImage(imagePath: string): Promise<string>;
export default downscaleImage;
