/** * The enum values here can be used to indicate the typing status for patron side */ export declare enum TypingIndicatorActions { TYPING_ON = "isTypingOn", TYPING_OFF = "isTypingOff" }