/** The algorithms used to wrap/unwrap data encryption key with key encryption key.  */
export declare enum KeyEncryptionAlgorithm {
    /** name of supported algo */
    RSA_OAEP = "RSA-OAEP"
}
//# sourceMappingURL=KeyEncryptionAlgorithm.d.ts.map