import { OCTET_STRING } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare type ENCRYPTED<ToBeEnciphered> = OCTET_STRING;
export declare function _get_decoder_for_ENCRYPTED<ToBeEnciphered>(_decode_ToBeEnciphered: $.ASN1Decoder<ToBeEnciphered>): $.ASN1Decoder<Uint8Array>;
export declare function _get_encoder_for_ENCRYPTED<ToBeEnciphered>(_encode_ToBeEnciphered: $.ASN1Encoder<ToBeEnciphered>): $.ASN1Encoder<Uint8Array>;
//# sourceMappingURL=ENCRYPTED.ta.d.ts.map