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