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