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