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