export declare enum PdfaEditProfile {
    NoEditRestrictions = "noEditRestrictions",
    GeneralEditRestrictions = "generalEditRestrictions",
    RemovePdfaMetadata = "removePdfaMetadata"
}
