export declare enum ResourceVersionFeatureType {
    FileFormat,
    ImageHeightInPixels,
    ImageWidthInPixels,
    Filename,
    ApproximateDownloadFileSizeInMegabytes,
    Md5HashValue,
    ExactDownloadFileSizeInBytes,
    Sha_256HashValue,
    Iscc
}
