/** * Default password padding used in PDF encryption. * This 32-byte constant is defined in the PDF specification and is used * to pad passwords shorter than 32 bytes during encryption key derivation. */ export declare const DEFAULT_PADDING: Uint8Array;