import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary dsa_with_sha1 * @description * * ### ASN.1 Definition: * * ```asn1 * dsa-with-sha1 OBJECT IDENTIFIER ::= { * iso(1) member-body(2) us(840) x9-57(10040) x9algorithm(4) 3 } * ``` * * @constant */ export declare const dsa_with_sha1: OBJECT_IDENTIFIER; //# sourceMappingURL=dsa-with-sha1.va.d.mts.map