import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary Transfer_syntax_name * @description * * ### ASN.1 Definition: * * ```asn1 * Transfer-syntax-name ::= OBJECT IDENTIFIER * ``` */ export type Transfer_syntax_name = OBJECT_IDENTIFIER; export declare const _decode_Transfer_syntax_name: $.ASN1Decoder; export declare const _encode_Transfer_syntax_name: $.ASN1Encoder; //# sourceMappingURL=Transfer-syntax-name.ta.d.mts.map