export declare enum PEMCipher { DES = 0, D3DES = 1, AES128 = 2, AES192 = 3, AES256 = 4 } //# sourceMappingURL=pemcipher.d.ts.map