import { type OBJECT_CLASS } from '@wildboar/x500/InformationFramework'; /** * @summary asn1Module * @description * * ### ASN.1 Definition: * * ```asn1 * asn1Module OBJECT-CLASS ::= { * KIND auxiliary * MUST CONTAIN * {moduleReference | asn1ModuleContents | asn1Version | * optionallyRegisteredAs} * ID {mkmDirectoryObjectClass 15} * } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const asn1Module: OBJECT_CLASS; //# sourceMappingURL=asn1Module.oa.d.mts.map