export declare enum PdfContentEncryption {
    EncryptEverything = "encryptEverything",
    ExposeMetadata = "exposeMetadata"
}
