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