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