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