import { NULL } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary Unbind * @description * * ### ASN.1 Definition: * * ```asn1 * Unbind ::= NULL * ``` */ export type Unbind = NULL; export declare const _decode_Unbind: $.ASN1Decoder; export declare const _encode_Unbind: $.ASN1Encoder; //# sourceMappingURL=Unbind.ta.d.mts.map