export declare enum ResourceFileFeatureType {
    FileFormat,
    Filename,
    ApproximateDownloadFileSizeInMegabytes,
    Md5HashValue,
    ExactDownloadFileSizeInBytes,
    Sha_256HashValue,
    AudioLoudness
}
