import { TeletexString } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary TeletexCommonName * @description * * ### ASN.1 Definition: * * ```asn1 * TeletexCommonName ::= TeletexString(SIZE (1..ub-common-name-length)) * ``` */ export type TeletexCommonName = TeletexString; export declare const _decode_TeletexCommonName: $.ASN1Decoder; export declare const _encode_TeletexCommonName: $.ASN1Encoder; //# sourceMappingURL=TeletexCommonName.ta.d.mts.map