import { JsonWebEncryptionKeyWrapAlgorithm } from './jsonwebencryption-keywrap.algorithm';
import { SupportedJsonWebEncryptionKeyWrapAlgorithm } from './types/supported-jsonwebencryption-keyencryption-algorithm';
/**
 * JSON Web Encryption Key Wrap Algorithms Registry.
 */
export declare const JSON_WEB_ENCRYPTION_KEY_WRAP_ALGORITHMS_REGISTRY: Record<SupportedJsonWebEncryptionKeyWrapAlgorithm, JsonWebEncryptionKeyWrapAlgorithm>;
