export class WeappBridge { constructor(sdk: any); platform: string; sdk: any; weappBridgeLogger: any; ready(): Promise; wxSdkReady(): any; _wxSdkReadyPromise: any; callMpApi(api: any, params?: {}): Promise; goDeviceDetailPage({ reload, deviceId, isShareDevice, shareParams, }: { reload: any; deviceId: any; isShareDevice: any; shareParams: any; }): Promise; goGroupDetailPage({ reload, groupId, shareParams, }: { reload: any; groupId: any; shareParams: any; }): Promise; goFeedBackPage(): Promise; goDeviceInfoPage({ deviceId, }: { deviceId: any; }): Promise; goEditDeviceNamePage({ deviceId, name, }: { deviceId: any; name: any; }): Promise; goRoomSettingPage({ deviceId, }: { deviceId: any; }): Promise; goShareDevicePage({ deviceId, shareParams, }: { deviceId: any; shareParams: any; }): Promise; goEditGroupNamePage({ familyId, groupId, name, }: { familyId: any; groupId: any; name: any; }): Promise; goGroupRoomSettingPage({ groupId, }: { groupId: any; }): Promise; goShareGroupPage({ groupId, shareParams, }: { groupId: any; shareParams: any; }): Promise; goGroupManagePage({ familyId, deviceId, groupId, }: { familyId: any; deviceId: any; groupId: any; }): Promise; navBack(): Promise; reloadAfterUnmount(): Promise; setShareConfig({ title, imgUrl, }: { title: any; imgUrl: any; }): Promise; goFirmwareUpgradePage({ deviceId, }: { deviceId: any; }): Promise; goLLsyncBleFirmwareUpgradePage({ deviceId, }: { deviceId: any; }): Promise; goQQMusicAuthPage({ deviceId, }: { deviceId: any; }): Promise; goDingDangActivationPage({ productId, deviceId, deviceName, }: { productId: any; deviceId: any; deviceName: any; }): Promise; goTimingProjectPage({ deviceId, isShareDevice, featureId, }: { deviceId: any; isShareDevice: any; featureId: any; }): Promise; goRedirectTo3rdMPPage({ appid, path, shortLink, extraData, envVersion, }: { appid: any; path: any; shortLink: any; extraData?: {}; envVersion: any; }): Promise; goTRTCPage({ deviceId, callType, mainCall, }: { deviceId: any; callType: any; mainCall?: boolean; }): Promise; goKuGouAuthPage(deviceId: any): Promise; goGatewayAddSubDevice(gatewayDeviceId: any): Promise; goScenePage({ type, }: { type: any; }): Promise; }