export function processUploadedImage(fileData: string | File, getMaxContentSize: Function): Promise; export function getAllowedImageDimensions(width: number, height: number, getMaxContentSize: Function): Object; //# sourceMappingURL=processUploadedImage.d.ts.map