import { Constructor } from '@guarani/types';
import { JsonWebKey } from '../jsonwebkey';
import { SupportedJsonWebKeyAlgorithm } from './types/supported-jsonwebkey-algorithm';
/**
 * JSON Web Key Algorithms Registry.
 */
export declare const JSON_WEB_KEY_ALGORITHMS_REGISTRY: Record<SupportedJsonWebKeyAlgorithm, Constructor<JsonWebKey>>;
