import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_Filehash * @description * * ### ASN.1 Definition: * * ```asn1 * id-Filehash OID ::= { ckm-CMS 4 } * ``` * * @constant */ export declare const id_Filehash: OID; //# sourceMappingURL=id-Filehash.va.d.mts.map