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