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