export declare enum ChatMessageType { USER = "USER", SYSTEM = "SYSTEM" }