import { JsonWebSignatureAlgorithm } from './jsonwebsignature.algorithm'; import { SupportedJsonWebSignatureAlgorithm } from './types/supported-jsonwebsignature-algorithm'; /** * JSON Web Signature Algorithms Registry. */ export declare const JSON_WEB_SIGNATURE_ALGORITHMS_REGISTRY: Record;