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