import ImageCropper from './ImageCropper'; import type { ConvertedImageResponse, CroppedPhotoResponse, IPoints } from './types'; export declare function multiply(a: number, b: number): Promise; export declare function resolveImagePath(image: string): Promise; export declare function cropPhoto(points: IPoints, image: string): Promise; export declare function svgStringToJpg(svgString: String): Promise; export declare function bmpFileToJpg(filePath: String): Promise; export default ImageCropper; //# sourceMappingURL=index.d.ts.map