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