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