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