import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary id_dsa_with_sha256 * @description * * ### ASN.1 Definition: * * ```asn1 * id-dsa-with-sha256 ID ::= { sigAlgs 2 } * ``` * * @constant */ export declare const id_dsa_with_sha256: ID; //# sourceMappingURL=id-dsa-with-sha256.va.d.mts.map