export declare const pkcs7: { pad(plaintext: Uint8Array): Uint8Array; unpad(padded: Uint8Array): Uint8Array; }; //# sourceMappingURL=pkcs7.d.ts.map