import { OCTET_STRING } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary TSelect * @description * * ### ASN.1 Definition: * * ```asn1 * TSelect ::= OCTET STRING(SIZE (4)) * ``` */ export type TSelect = OCTET_STRING; export declare const _decode_TSelect: $.ASN1Decoder; export declare const _encode_TSelect: $.ASN1Encoder; //# sourceMappingURL=TSelect.ta.d.mts.map