import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary brainpoolP224r1 * @description * * ### ASN.1 Definition: * * ```asn1 * brainpoolP224r1 ID ::= { versionOne 5 } * ``` * * @constant */ export declare const brainpoolP224r1: ID; //# sourceMappingURL=brainpoolP224r1.va.d.mts.map