import { type EXTENSION_ATTRIBUTE } from "../MTSAbstractService/EXTENSION-ATTRIBUTE.oca.mjs"; import { TeletexDomainDefinedAttributes } from "../MTSAbstractService/TeletexDomainDefinedAttributes.ta.mjs"; /** * @summary teletex_domain_defined_attributes * @description * * ### ASN.1 Definition: * * ```asn1 * teletex-domain-defined-attributes EXTENSION-ATTRIBUTE ::= { * TeletexDomainDefinedAttributes * IDENTIFIED BY 6 * } * ``` * * @constant * @type {EXTENSION_ATTRIBUTE} * @implements {EXTENSION_ATTRIBUTE} */ export declare const teletex_domain_defined_attributes: EXTENSION_ATTRIBUTE; //# sourceMappingURL=teletex-domain-defined-attributes.oa.d.mts.map