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