export declare enum ImageFileExtensions {
    PNG = "png",
    JPG = "jpg",
    JPEG = "jpeg"
}
