import { NativeModule } from "expo"; import { ExpoWechatModuleEvents, LogLevel } from "./ExpoWechat.types"; declare class ExpoWechatModule extends NativeModule { private showWebPlatformNotSupportMessage; isWXAppInstalled(): Promise; getApiVersion(): Promise; getWXAppInstallUrl(): Promise; openWXApp(): Promise; registerApp(appId: string, universalLink: string): Promise; startLogByLevel(level: LogLevel): Promise; checkUniversalLinkReady(): Promise; sendAuthRequest(scope: string, state: string): Promise; sendAuthByQRRequest(options: any): Promise; shareText(text: string, scene: string): Promise; shareImage(options: any): Promise; shareFile(base64OrFileUri: string, title: string, scene: string): Promise; shareMusic(options: any): Promise; shareVideo(options: any): Promise; shareWebpage(options: any): Promise; shareMiniProgram(options: any): Promise; launchMiniProgram(options: any): Promise; openWeChatCustomerServiceChat(cropId: string, url: string): Promise; sendSubscribeMessage(scene: number, templateId: string, reserved: string): Promise; pay(options: any): Promise; openWebView(url: string): Promise; } declare const _default: typeof ExpoWechatModule; export default _default; //# sourceMappingURL=ExpoWechatModule.web.d.ts.map