declare const isSupportLive: (sucCall: (arg0: { code: number; msg: string; }) => void, errCall: (arg0: any) => void) => void; export { isSupportLive };