import { OCTET_STRING } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary ChannelId * @description * * ### ASN.1 Definition: * * ```asn1 * ChannelId ::= OCTET STRING * ``` */ export type ChannelId = OCTET_STRING; export declare const _decode_ChannelId: $.ASN1Decoder; export declare const _encode_ChannelId: $.ASN1Encoder; //# sourceMappingURL=ChannelId.ta.d.mts.map