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