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