import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary dodAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * dodAlgorithms ID ::= { usgov dod(2) infosec(1) algorithms(1) } * ``` * * @constant */ export declare const dodAlgorithms: ID; //# sourceMappingURL=dodAlgorithms.va.d.mts.map