import { JsonWebEncryptionContentEncryptionAlgorithm } from './jsonwebencryption-contentencryption.algorithm';
import { SupportedJsonWebEncryptionContentEncryptionAlgorithm } from './types/supported-jsonwebencryption-contentencryption-algorithm';
/**
 * JSON Web Encryption Content Encryption Algorithms Registry.
 */
export declare const JSON_WEB_ENCRYPTION_CONTENT_ENCRYPTION_ALGORITHMS_REGISTRY: Record<SupportedJsonWebEncryptionContentEncryptionAlgorithm, JsonWebEncryptionContentEncryptionAlgorithm>;
