export declare enum SignatureEditProfile {
    NoEditRestrictions = "noEditRestrictions",
    GeneralEditRestrictions = "generalEditRestrictions",
    AdobeRestrictions = "adobeRestrictions"
}
