/// <reference types="node" />
export interface ILogout {
    Text?: string;
    EncodedTextLen?: number;
    EncodedText?: Buffer;
}
