export declare const updateWeChatApp: () => Promise<{ errMsg: string; }>; export declare const getUpdateManager: () => Promise<{ errMsg: string; }>;