declare const createLivePusherContext: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const createLivePlayerContext: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export { createLivePusherContext, createLivePlayerContext };