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