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