import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary id_sha1 * @description * * ### ASN.1 Definition: * * ```asn1 * id-sha1 ID ::= {iso(1) identified-organization(3) oiw(14) secsig(3) * algorithms(2) 26} * ``` * * @constant */ export declare const id_sha1: ID; //# sourceMappingURL=id-sha1.va.d.mts.map