import { OCTET_STRING } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary Presentation_selector * @description * * ### ASN.1 Definition: * * ```asn1 * Presentation-selector ::= OCTET STRING(SIZE (1..4, ..., 5..MAX)) * ``` */ export type Presentation_selector = OCTET_STRING; export declare const _decode_Presentation_selector: $.ASN1Decoder; export declare const _encode_Presentation_selector: $.ASN1Encoder; //# sourceMappingURL=Presentation-selector.ta.d.mts.map