import { ID } from "../UsefulDefinitions/ID.ta.mjs"; /** * @summary attributeType * @description * * ### ASN.1 Definition: * * ```asn1 * attributeType ID ::= {ds 4} * ``` * * @constant */ export declare const attributeType: ID; //# sourceMappingURL=attributeType.va.d.mts.map