export declare enum ImageSourceType {
    URL = "URL",
    UUID = "UUID",
    BASE64 = "BASE64"
}
