/// export * from './constants'; export * from './all-kits'; export declare const health: { getHealthConnectStatus: typeof ty.health.getHealthConnectStatus; getHealthConnectStatusSync: typeof ty.health.getHealthConnectStatusSync; insertRecords: typeof ty.health.insertRecords; insertRecordsSync: typeof ty.health.insertRecordsSync; authStatusPermissions: typeof ty.health.authStatusPermissions; authStatusPermissionsSync: typeof ty.health.authStatusPermissionsSync; getSaveQuantityPermission: typeof ty.health.getSaveQuantityPermission; getSaveQuantityPermissionSync: typeof ty.health.getSaveQuantityPermissionSync; authQuantityWritePermissions: typeof ty.health.authQuantityWritePermissions; authQuantityWritePermissionsSync: typeof ty.health.authQuantityWritePermissionsSync; authCategoryWritePermissions: typeof ty.health.authCategoryWritePermissions; authCategoryWritePermissionsSync: typeof ty.health.authCategoryWritePermissionsSync; authQuantityReadPermissions: typeof ty.health.authQuantityReadPermissions; authQuantityReadPermissionsSync: typeof ty.health.authQuantityReadPermissionsSync; authCategoryReadPermissions: typeof ty.health.authCategoryReadPermissions; authCategoryReadPermissionsSync: typeof ty.health.authCategoryReadPermissionsSync; authCharacteristicReadPermissions: typeof ty.health.authCharacteristicReadPermissions; authCharacteristicReadPermissionsSync: typeof ty.health.authCharacteristicReadPermissionsSync; authQuantityRWPermissions: typeof ty.health.authQuantityRWPermissions; authQuantityRWPermissionsSync: typeof ty.health.authQuantityRWPermissionsSync; authCategoryRWPermissions: typeof ty.health.authCategoryRWPermissions; authCategoryRWPermissionsSync: typeof ty.health.authCategoryRWPermissionsSync; saveQuantityData: typeof ty.health.saveQuantityData; saveQuantityDataSync: typeof ty.health.saveQuantityDataSync; saveQuantityNoTimeWithData: typeof ty.health.saveQuantityNoTimeWithData; saveQuantityNoTimeWithDataSync: typeof ty.health.saveQuantityNoTimeWithDataSync; saveBloodPressureData: typeof ty.health.saveBloodPressureData; saveBloodPressureDataSync: typeof ty.health.saveBloodPressureDataSync; readQuantityDataWithType: typeof ty.health.readQuantityDataWithType; readQuantityDataWithTypeSync: typeof ty.health.readQuantityDataWithTypeSync; deleteQuantityDataType: typeof ty.health.deleteQuantityDataType; deleteQuantityDataTypeSync: typeof ty.health.deleteQuantityDataTypeSync; readCharacteristicDataWithType: typeof ty.health.readCharacteristicDataWithType; readCharacteristicDataWithTypeSync: typeof ty.health.readCharacteristicDataWithTypeSync; saveCategoryData: typeof ty.health.saveCategoryData; saveCategoryDataSync: typeof ty.health.saveCategoryDataSync; saveCategoryNoTimeWithData: typeof ty.health.saveCategoryNoTimeWithData; saveCategoryNoTimeWithDataSync: typeof ty.health.saveCategoryNoTimeWithDataSync; readCategoryDataWithType: typeof ty.health.readCategoryDataWithType; readCategoryDataWithTypeSync: typeof ty.health.readCategoryDataWithTypeSync; queryBodyFatScaleAlgorithm: typeof ty.health.queryBodyFatScaleAlgorithm; queryBodyFatScaleAlgorithmSync: typeof ty.health.queryBodyFatScaleAlgorithmSync; addPanelUser: typeof ty.health.addPanelUser; updatePanelUser: typeof ty.health.updatePanelUser; deletePanelUser: typeof ty.health.deletePanelUser; getPanelUserList: typeof ty.health.getPanelUserList; getDefaultAvatarList: typeof ty.health.getDefaultAvatarList; reportPanelBpgData: typeof ty.health.reportPanelBpgData; reportSingleBpgData: typeof ty.health.reportSingleBpgData; updateBpgDataRemark: typeof ty.health.updateBpgDataRemark; deleteBpgData: typeof ty.health.deleteBpgData; getBpgDataHistory: typeof ty.health.getBpgDataHistory; getBpgDataTrendLatest: typeof ty.health.getBpgDataTrendLatest; getBpgDataLevnum: typeof ty.health.getBpgDataLevnum; getBpgDataTrend: typeof ty.health.getBpgDataTrend; getBpgDataDays: typeof ty.health.getBpgDataDays; getBpgDataUnallocated: typeof ty.health.getBpgDataUnallocated; updateBpgDataUnallocated: typeof ty.health.updateBpgDataUnallocated; deleteBpgDataUnallocated: typeof ty.health.deleteBpgDataUnallocated; }; export * from './lifecycles'; export { default as getApp } from './getApp'; export { default as getBoundingClientRect } from './getBoundingClientRect'; export { default as getCurrentPages } from './getCurrentPages'; export { default as getCustomConfig } from './getCustomConfig'; export { default as getElementById } from './getElementById'; export { default as hideNotification } from './hideNotification'; export { default as hideTabBar } from './hideTabBar'; export { default as navigateBack } from './navigateBack'; export { default as navigateTo } from './navigateTo'; export { default as reLaunch } from './reLaunch'; export { default as redirectTo } from './redirectTo'; export { default as requestCloud } from './requestCloud'; export { default as setNavigationBarColor } from './setNavigationBarColor'; export { default as setNavigationBarTitle } from './setNavigationBarTitle'; export { default as showNotification } from './showNotification'; export { default as showTabBar } from './showTabBar'; export { default as switchTab } from './switchTab'; export { onNavigationBarBack, offNavigationBarBack } from './onNavigationBarBack'; export { default as setNavigationBarBack } from './setNavigationBarBack'; export { default as getCdnUrl, getCdnUrlAsync } from './getCdnUrl'; /** * 提供 global-api 将 wx / ty 对象暴露出去,供给业务在Ray为显示导出api时进行快速响应开发。 */ export { default as globalApi } from './global-api'; export * from './cloud'; /** * 0.10.3将一部分未支持的api导入 */ export * from './viewAPI'; export * from './panel'; export { publishDps } from './panel/publishDps'; export * from './openGroupCreate'; /** * 新增跳转Native路由 * 1.4.23 openSceneCreate/openSceneEdit * 1.4.32 openCreateScene/openEditScene/openGuideScene/openAppScan/openConfigDevice/openUniversalCreateScene */ export * from './nativeRouters'; /** * @public */ export declare const canIUse: typeof ty.canIUse;