export declare enum ManifestType {
    EMPTY = "",
    MANUSCRIPT = "manuscript",
    MONOGRAPH = "monograph"
}
