/// export interface MessageIntegrityPayload { value: Buffer; } export declare class MessageIntegrityAttribute { static createBlank(): MessageIntegrityAttribute; private value; constructor(); readonly type: number; readonly payload: MessageIntegrityPayload; toBuffer(): Buffer; loadBuffer($attr: Buffer): boolean; }