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