/** * Resize the image to at least 1024px on the shorter side. * Makes sure that vector images are converted to bitmaps at an acceptable resolution. */ export declare function setMinImageSize(img: HTMLImageElement): void;