import { ASN1Element as _Element, OCTET_STRING } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare type MessageAuthenticationCode = OCTET_STRING;
export declare function _decode_MessageAuthenticationCode(el: _Element): Uint8Array;
export declare function _encode_MessageAuthenticationCode(value: MessageAuthenticationCode, elGetter: $.ASN1Encoder<MessageAuthenticationCode>): _Element;
//# sourceMappingURL=MessageAuthenticationCode.ta.d.ts.map