import { BaseImageUtils, IImageInfo, IImageUtils } from '.'; export declare class ImageUtils extends BaseImageUtils implements IImageUtils { protected _getImageInfo(url: string): Promise; private getCoverCanvasOptions; applyImageFit(imageInfo: IImageInfo, imageFit: 'cover' | 'fill' | 'contain', targetWidth: number, targetHeight: number): Promise; }