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