import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary ansi_x9_42 * @description * * ### ASN.1 Definition: * * ```asn1 * ansi-x9-42 ID ::= { us-iso ansi-x942(10046) } * ``` * * @constant */ export declare const ansi_x9_42: ID; //# sourceMappingURL=ansi-x9-42.va.d.mts.map