export declare enum MetadataType {
    Pdf = "pdf",
    Archive = "archive",
    Image = "image"
}
