export declare enum InformationType { Event = 1, Notify = 2, Text = 3, Image = 4, Audio = 5, Video = 6, File = 7, News = 8, Group = 9, Cmd = 10, Broadcast = 11, Custom = 12, Confirm = 99, Exception = 100 } export default InformationType;