export declare enum ImageCompressionVersion {
    Standard = "Standard",
    Fast = "Fast",
    Mixed = "Mixed"
}
