export declare class ImageService { constructor(); resizeImage(image: File): Promise; }