import { type SYNTAX_NAME } from "../InformationFramework/SYNTAX-NAME.oca.mjs"; import { TelexNumber } from "../SelectedAttributeTypes/TelexNumber.ta.mjs"; /** * @summary telexNr * @description * * ### ASN.1 Definition: * * ```asn1 * telexNr SYNTAX-NAME ::= { * LDAP-DESC "Telex Number" * DIRECTORY SYNTAX TelexNumber * ID id-lsx-telexNr } * ``` * * @constant * @type {SYNTAX_NAME} * @implements {SYNTAX_NAME} */ export declare const telexNr: SYNTAX_NAME; //# sourceMappingURL=telexNr.oa.d.mts.map