export declare const APP_ID = 13, APP_NAME = "link-sdk", SDK_VERSION = "1.2.1", KPN = "ACFUN_APP", KPF = "PC_WEB", SUB_BIZ = "mainApp", CLIENT_LIVE_SDK_VERSION = "kwai-acfun-live-link"; export declare enum Command { REGISTER = "Basic.Register", UNREGISTER = "Basic.Unregister", KEEP_ALIVE = "Basic.KeepAlive", PING = "Basic.Ping", CLIENT_CONFIG_GET = "Basic.ClientConfigGet", MESSAGE_SESSION = "Message.Session", MESSAGE_PULL_OLD = "Message.PullOld", GROUP_USER_GROUP_LIST = "Group.UserGroupList", GLOBAL_COMMAND = "Global.ZtLiveInteractive.CsCmd", PUSH_MESSAGE = "Push.ZtLiveInteractive.Message" } export declare enum GlobalCommand { ENTER_ROOM = "ZtLiveCsEnterRoom", ENTER_ROOM_ACK = "ZtLiveCsEnterRoomAck", HEARTBEAT = "ZtLiveCsHeartbeat", HEARTBEAT_ACK = "ZtLiveCsHeartbeatAck", USER_EXIT = "ZtLiveCsUserExit", USER_EXIT_ACK = "ZtLiveCsUserExitAck" } export declare const PushMessage: { ACTION_SIGNAL: string; STATE_SIGNAL: string; NOTIFY_SIGNAL: string; STATUS_CHANGED: string; TICKET_INVALID: string; ActionSignal: { COMMENT: string; LIKE: string; ENTER_ROOM: string; FOLLOW: string; THROW_BANANA: string; GIFT: string; RICH_TEXT: string; JOIN_CLUB: string; }; StateSignal: { ACFUN_DISPLAY_INFO: string; DISPLAY_INFO: string; TOP_USRES: string; RECENT_COMMENT: string; CHAT_CALL: string; CHAT_ACCEPT: string; CHAT_READY: string; CHAT_END: string; CURRENT_RED_PACK_LIST: string; AUTHOR_CHAT_CALL: string; AUTHOR_CHAT_ACCEPT: string; AUTHOR_CHAT_READY: string; AUTHOR_CHAT_END: string; AUTHOR_CHAT_CHANGE_SOUND_CONFIG: string; }; NotifySignal: { KICKED_OUT: string; VIOLATION_ALERT: string; LIVE_MANAGER_STATE: string; }; };