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