import { ChatInformationType } from "../Enum"; export declare class SimpleSendEntity { ClientGuid: string; MessageJson: string; SimpleMessage: string; Type: ChatInformationType; }