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