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