import type { PdfEncryptionConfig, PdfEncryptionResult } from "./types.js"; export declare function createEncryption(config: PdfEncryptionConfig): PdfEncryptionResult; //# sourceMappingURL=pdf-encrypt.d.ts.map