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