人民医院前端

index.d.ts 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. import * as plugin from './plugin';
  2. /** for ts declaration */
  3. import * as otherApi from './lib/otherApi';
  4. import { IUNCore } from './lib/ddSdk';
  5. declare const dd: typeof otherApi & IUNCore & {
  6. biz: {
  7. ATMBle: {
  8. beaconPicker: typeof import("./api/biz/ATMBle/beaconPicker").beaconPicker$;
  9. detectFace: typeof import("./api/biz/ATMBle/detectFace").detectFace$;
  10. detectFaceFullScreen: typeof import("./api/biz/ATMBle/detectFaceFullScreen").detectFaceFullScreen$;
  11. exclusiveLiveCheck: typeof import("./api/biz/ATMBle/exclusiveLiveCheck").exclusiveLiveCheck$;
  12. faceManager: typeof import("./api/biz/ATMBle/faceManager").faceManager$;
  13. punchModePicker: typeof import("./api/biz/ATMBle/punchModePicker").punchModePicker$;
  14. };
  15. alipay: {
  16. bindAlipay: typeof import("./api/biz/alipay/bindAlipay").bindAlipay$;
  17. openAuth: typeof import("./api/biz/alipay/openAuth").openAuth$;
  18. pay: typeof import("./api/biz/alipay/pay").pay$;
  19. };
  20. auth: {
  21. openAccountPwdLoginPage: typeof import("./api/biz/auth/openAccountPwdLoginPage").openAccountPwdLoginPage$;
  22. requestAuthInfo: typeof import("./api/biz/auth/requestAuthInfo").requestAuthInfo$;
  23. };
  24. calendar: {
  25. chooseDateTime: typeof import("./api/biz/calendar/chooseDateTime").chooseDateTime$;
  26. chooseHalfDay: typeof import("./api/biz/calendar/chooseHalfDay").chooseHalfDay$;
  27. chooseInterval: typeof import("./api/biz/calendar/chooseInterval").chooseInterval$;
  28. chooseOneDay: typeof import("./api/biz/calendar/chooseOneDay").chooseOneDay$;
  29. };
  30. chat: {
  31. chooseConversationByCorpId: typeof import("./api/biz/chat/chooseConversationByCorpId").chooseConversationByCorpId$;
  32. collectSticker: typeof import("./api/biz/chat/collectSticker").collectSticker$;
  33. createSceneGroup: typeof import("./api/biz/chat/createSceneGroup").createSceneGroup$;
  34. getRealmCid: typeof import("./api/biz/chat/getRealmCid").getRealmCid$;
  35. locationChatMessage: typeof import("./api/biz/chat/locationChatMessage").locationChatMessage$;
  36. openSingleChat: typeof import("./api/biz/chat/openSingleChat").openSingleChat$;
  37. pickConversation: typeof import("./api/biz/chat/pickConversation").pickConversation$;
  38. sendEmotion: typeof import("./api/biz/chat/sendEmotion").sendEmotion$;
  39. toConversation: typeof import("./api/biz/chat/toConversation").toConversation$;
  40. toConversationByOpenConversationId: typeof import("./api/biz/chat/toConversationByOpenConversationId").toConversationByOpenConversationId$;
  41. };
  42. clipboardData: {
  43. setData: typeof import("./api/biz/clipboardData/setData").setData$;
  44. };
  45. conference: {
  46. createCloudCall: typeof import("./api/biz/conference/createCloudCall").createCloudCall$;
  47. getCloudCallInfo: typeof import("./api/biz/conference/getCloudCallInfo").getCloudCallInfo$;
  48. getCloudCallList: typeof import("./api/biz/conference/getCloudCallList").getCloudCallList$;
  49. videoConfCall: typeof import("./api/biz/conference/videoConfCall").videoConfCall$;
  50. };
  51. contact: {
  52. choose: typeof import("./api/biz/contact/choose").choose$;
  53. chooseMobileContacts: typeof import("./api/biz/contact/chooseMobileContacts").chooseMobileContacts$;
  54. complexPicker: typeof import("./api/biz/contact/complexPicker").complexPicker$;
  55. createGroup: typeof import("./api/biz/contact/createGroup").createGroup$;
  56. departmentsPicker: typeof import("./api/biz/contact/departmentsPicker").departmentsPicker$;
  57. externalComplexPicker: typeof import("./api/biz/contact/externalComplexPicker").externalComplexPicker$;
  58. externalEditForm: typeof import("./api/biz/contact/externalEditForm").externalEditForm$;
  59. rolesPicker: typeof import("./api/biz/contact/rolesPicker").rolesPicker$;
  60. setRule: typeof import("./api/biz/contact/setRule").setRule$;
  61. };
  62. cspace: {
  63. chooseSpaceDir: typeof import("./api/biz/cspace/chooseSpaceDir").chooseSpaceDir$;
  64. delete: typeof import("./api/biz/cspace/delete").delete$;
  65. preview: typeof import("./api/biz/cspace/preview").preview$;
  66. previewDentryImages: typeof import("./api/biz/cspace/previewDentryImages").previewDentryImages$;
  67. saveFile: typeof import("./api/biz/cspace/saveFile").saveFile$;
  68. };
  69. customContact: {
  70. choose: typeof import("./api/biz/customContact/choose").choose$;
  71. multipleChoose: typeof import("./api/biz/customContact/multipleChoose").multipleChoose$;
  72. };
  73. data: {
  74. rsa: typeof import("./api/biz/data/rsa").rsa$;
  75. };
  76. ding: {
  77. create: typeof import("./api/biz/ding/create").create$;
  78. post: typeof import("./api/biz/ding/post").post$;
  79. };
  80. edu: {
  81. finishMiniCourseByRecordId: typeof import("./api/biz/edu/finishMiniCourseByRecordId").finishMiniCourseByRecordId$;
  82. getMiniCourseDraftList: typeof import("./api/biz/edu/getMiniCourseDraftList").getMiniCourseDraftList$;
  83. joinClassroom: typeof import("./api/biz/edu/joinClassroom").joinClassroom$;
  84. makeMiniCourse: typeof import("./api/biz/edu/makeMiniCourse").makeMiniCourse$;
  85. newMsgNotificationStatus: typeof import("./api/biz/edu/newMsgNotificationStatus").newMsgNotificationStatus$;
  86. startAuth: typeof import("./api/biz/edu/startAuth").startAuth$;
  87. tokenFaceImg: typeof import("./api/biz/edu/tokenFaceImg").tokenFaceImg$;
  88. };
  89. event: {
  90. notifyWeex: typeof import("./api/biz/event/notifyWeex").notifyWeex$;
  91. };
  92. file: {
  93. downloadFile: typeof import("./api/biz/file/downloadFile").downloadFile$;
  94. };
  95. intent: {
  96. fetchData: typeof import("./api/biz/intent/fetchData").fetchData$;
  97. };
  98. iot: {
  99. bind: typeof import("./api/biz/iot/bind").bind$;
  100. bindMeetingRoom: typeof import("./api/biz/iot/bindMeetingRoom").bindMeetingRoom$;
  101. getDeviceProperties: typeof import("./api/biz/iot/getDeviceProperties").getDeviceProperties$;
  102. invokeThingService: typeof import("./api/biz/iot/invokeThingService").invokeThingService$;
  103. queryMeetingRoomList: typeof import("./api/biz/iot/queryMeetingRoomList").queryMeetingRoomList$;
  104. setDeviceProperties: typeof import("./api/biz/iot/setDeviceProperties").setDeviceProperties$;
  105. unbind: typeof import("./api/biz/iot/unbind").unbind$;
  106. };
  107. live: {
  108. startClassRoom: typeof import("./api/biz/live/startClassRoom").startClassRoom$;
  109. startUnifiedLive: typeof import("./api/biz/live/startUnifiedLive").startUnifiedLive$;
  110. };
  111. map: {
  112. locate: typeof import("./api/biz/map/locate").locate$;
  113. search: typeof import("./api/biz/map/search").search$;
  114. view: typeof import("./api/biz/map/view").view$;
  115. };
  116. media: {
  117. compressVideo: typeof import("./api/biz/media/compressVideo").compressVideo$;
  118. };
  119. microApp: {
  120. openApp: typeof import("./api/biz/microApp/openApp").openApp$;
  121. };
  122. navigation: {
  123. close: typeof import("./api/biz/navigation/close").close$;
  124. goBack: typeof import("./api/biz/navigation/goBack").goBack$;
  125. hideBar: typeof import("./api/biz/navigation/hideBar").hideBar$;
  126. navigateBackPage: typeof import("./api/biz/navigation/navigateBackPage").navigateBackPage$;
  127. navigateToMiniProgram: typeof import("./api/biz/navigation/navigateToMiniProgram").navigateToMiniProgram$;
  128. navigateToPage: typeof import("./api/biz/navigation/navigateToPage").navigateToPage$;
  129. quit: typeof import("./api/biz/navigation/quit").quit$;
  130. replace: typeof import("./api/biz/navigation/replace").replace$;
  131. setIcon: typeof import("./api/biz/navigation/setIcon").setIcon$;
  132. setLeft: typeof import("./api/biz/navigation/setLeft").setLeft$;
  133. setMenu: typeof import("./api/biz/navigation/setMenu").setMenu$;
  134. setRight: typeof import("./api/biz/navigation/setRight").setRight$;
  135. setTitle: typeof import("./api/biz/navigation/setTitle").setTitle$;
  136. };
  137. pbp: {
  138. componentPunchFromPartner: typeof import("./api/biz/pbp/componentPunchFromPartner").componentPunchFromPartner$;
  139. startMatchRuleFromPartner: typeof import("./api/biz/pbp/startMatchRuleFromPartner").startMatchRuleFromPartner$;
  140. stopMatchRuleFromPartner: typeof import("./api/biz/pbp/stopMatchRuleFromPartner").stopMatchRuleFromPartner$;
  141. };
  142. phoneContact: {
  143. add: typeof import("./api/biz/phoneContact/add").add$;
  144. };
  145. realm: {
  146. getRealtimeTracingStatus: typeof import("./api/biz/realm/getRealtimeTracingStatus").getRealtimeTracingStatus$;
  147. getUserExclusiveInfo: typeof import("./api/biz/realm/getUserExclusiveInfo").getUserExclusiveInfo$;
  148. startRealtimeTracing: typeof import("./api/biz/realm/startRealtimeTracing").startRealtimeTracing$;
  149. stopRealtimeTracing: typeof import("./api/biz/realm/stopRealtimeTracing").stopRealtimeTracing$;
  150. subscribe: typeof import("./api/biz/realm/subscribe").subscribe$;
  151. unsubscribe: typeof import("./api/biz/realm/unsubscribe").unsubscribe$;
  152. };
  153. resource: {
  154. getInfo: typeof import("./api/biz/resource/getInfo").getInfo$;
  155. reportDebugMessage: typeof import("./api/biz/resource/reportDebugMessage").reportDebugMessage$;
  156. };
  157. shortCut: {
  158. addShortCut: typeof import("./api/biz/shortCut/addShortCut").addShortCut$;
  159. };
  160. sports: {
  161. getHealthAuthorizationStatus: typeof import("./api/biz/sports/getHealthAuthorizationStatus").getHealthAuthorizationStatus$;
  162. getHealthData: typeof import("./api/biz/sports/getHealthData").getHealthData$;
  163. getHealthDeviceData: typeof import("./api/biz/sports/getHealthDeviceData").getHealthDeviceData$;
  164. requestHealthAuthorization: typeof import("./api/biz/sports/requestHealthAuthorization").requestHealthAuthorization$;
  165. };
  166. store: {
  167. closeUnpayOrder: typeof import("./api/biz/store/closeUnpayOrder").closeUnpayOrder$;
  168. createOrder: typeof import("./api/biz/store/createOrder").createOrder$;
  169. getPayUrl: typeof import("./api/biz/store/getPayUrl").getPayUrl$;
  170. inquiry: typeof import("./api/biz/store/inquiry").inquiry$;
  171. };
  172. tabwindow: {
  173. isTab: typeof import("./api/biz/tabwindow/isTab").isTab$;
  174. };
  175. telephone: {
  176. call: typeof import("./api/biz/telephone/call").call$;
  177. checkBizCall: typeof import("./api/biz/telephone/checkBizCall").checkBizCall$;
  178. quickCallList: typeof import("./api/biz/telephone/quickCallList").quickCallList$;
  179. showCallMenu: typeof import("./api/biz/telephone/showCallMenu").showCallMenu$;
  180. };
  181. user: {
  182. checkPassword: typeof import("./api/biz/user/checkPassword").checkPassword$;
  183. get: typeof import("./api/biz/user/get").get$;
  184. };
  185. util: {
  186. callComponent: typeof import("./api/biz/util/callComponent").callComponent$;
  187. checkAuth: typeof import("./api/biz/util/checkAuth").checkAuth$;
  188. chooseImage: typeof import("./api/biz/util/chooseImage").chooseImage$;
  189. chooseRegion: typeof import("./api/biz/util/chooseRegion").chooseRegion$;
  190. chosen: typeof import("./api/biz/util/chosen").chosen$;
  191. clearWebStoreCache: typeof import("./api/biz/util/clearWebStoreCache").clearWebStoreCache$;
  192. closePreviewImage: typeof import("./api/biz/util/closePreviewImage").closePreviewImage$;
  193. compressImage: typeof import("./api/biz/util/compressImage").compressImage$;
  194. datepicker: typeof import("./api/biz/util/datepicker").datepicker$;
  195. datetimepicker: typeof import("./api/biz/util/datetimepicker").datetimepicker$;
  196. decrypt: typeof import("./api/biz/util/decrypt").decrypt$;
  197. downloadFile: typeof import("./api/biz/util/downloadFile").downloadFile$;
  198. encrypt: typeof import("./api/biz/util/encrypt").encrypt$;
  199. getPerfInfo: typeof import("./api/biz/util/getPerfInfo").getPerfInfo$;
  200. invokeWorkbench: typeof import("./api/biz/util/invokeWorkbench").invokeWorkbench$;
  201. isEnableGPUAcceleration: typeof import("./api/biz/util/isEnableGPUAcceleration").isEnableGPUAcceleration$;
  202. isLocalFileExist: typeof import("./api/biz/util/isLocalFileExist").isLocalFileExist$;
  203. multiSelect: typeof import("./api/biz/util/multiSelect").multiSelect$;
  204. open: typeof import("./api/biz/util/open").open$;
  205. openBrowser: typeof import("./api/biz/util/openBrowser").openBrowser$;
  206. openDocument: typeof import("./api/biz/util/openDocument").openDocument$;
  207. openLink: typeof import("./api/biz/util/openLink").openLink$;
  208. openLocalFile: typeof import("./api/biz/util/openLocalFile").openLocalFile$;
  209. openModal: typeof import("./api/biz/util/openModal").openModal$;
  210. openSlidePanel: typeof import("./api/biz/util/openSlidePanel").openSlidePanel$;
  211. presentWindow: typeof import("./api/biz/util/presentWindow").presentWindow$;
  212. previewImage: typeof import("./api/biz/util/previewImage").previewImage$;
  213. previewVideo: typeof import("./api/biz/util/previewVideo").previewVideo$;
  214. saveImage: typeof import("./api/biz/util/saveImage").saveImage$;
  215. scan: typeof import("./api/biz/util/scan").scan$;
  216. scanCard: typeof import("./api/biz/util/scanCard").scanCard$;
  217. setGPUAcceleration: typeof import("./api/biz/util/setGPUAcceleration").setGPUAcceleration$;
  218. setScreenBrightnessAndKeepOn: typeof import("./api/biz/util/setScreenBrightnessAndKeepOn").setScreenBrightnessAndKeepOn$;
  219. setScreenKeepOn: typeof import("./api/biz/util/setScreenKeepOn").setScreenKeepOn$;
  220. share: typeof import("./api/biz/util/share").share$;
  221. shareImage: typeof import("./api/biz/util/shareImage").shareImage$;
  222. showAuthGuide: typeof import("./api/biz/util/showAuthGuide").showAuthGuide$;
  223. showSharePanel: typeof import("./api/biz/util/showSharePanel").showSharePanel$;
  224. startDocSign: typeof import("./api/biz/util/startDocSign").startDocSign$;
  225. systemShare: typeof import("./api/biz/util/systemShare").systemShare$;
  226. timepicker: typeof import("./api/biz/util/timepicker").timepicker$;
  227. uploadAttachment: typeof import("./api/biz/util/uploadAttachment").uploadAttachment$;
  228. uploadFile: typeof import("./api/biz/util/uploadFile").uploadFile$;
  229. uploadImage: typeof import("./api/biz/util/uploadImage").uploadImage$;
  230. uploadImageFromCamera: typeof import("./api/biz/util/uploadImageFromCamera").uploadImageFromCamera$;
  231. ut: typeof import("./api/biz/util/ut").ut$;
  232. };
  233. verify: {
  234. openBindIDCard: typeof import("./api/biz/verify/openBindIDCard").openBindIDCard$;
  235. startAuth: typeof import("./api/biz/verify/startAuth").startAuth$;
  236. };
  237. watermarkCamera: {
  238. getWatermarkInfo: typeof import("./api/biz/watermarkCamera/getWatermarkInfo").getWatermarkInfo$;
  239. setWatermarkInfo: typeof import("./api/biz/watermarkCamera/setWatermarkInfo").setWatermarkInfo$;
  240. };
  241. };
  242. channel: {
  243. permission: {
  244. requestAuthCode: typeof import("./api/channel/permission/requestAuthCode").requestAuthCode$;
  245. };
  246. };
  247. device: {
  248. accelerometer: {
  249. clearShake: typeof import("./api/device/accelerometer/clearShake").clearShake$;
  250. watchShake: typeof import("./api/device/accelerometer/watchShake").watchShake$;
  251. };
  252. audio: {
  253. download: typeof import("./api/device/audio/download").download$;
  254. onPlayEnd: typeof import("./api/device/audio/onPlayEnd").onPlayEnd$;
  255. onRecordEnd: typeof import("./api/device/audio/onRecordEnd").onRecordEnd$;
  256. pause: typeof import("./api/device/audio/pause").pause$;
  257. play: typeof import("./api/device/audio/play").play$;
  258. resume: typeof import("./api/device/audio/resume").resume$;
  259. startRecord: typeof import("./api/device/audio/startRecord").startRecord$;
  260. stop: typeof import("./api/device/audio/stop").stop$;
  261. stopRecord: typeof import("./api/device/audio/stopRecord").stopRecord$;
  262. translateVoice: typeof import("./api/device/audio/translateVoice").translateVoice$;
  263. };
  264. base: {
  265. getBatteryInfo: typeof import("./api/device/base/getBatteryInfo").getBatteryInfo$;
  266. getInterface: typeof import("./api/device/base/getInterface").getInterface$;
  267. getPhoneInfo: typeof import("./api/device/base/getPhoneInfo").getPhoneInfo$;
  268. getScanWifiListAsync: typeof import("./api/device/base/getScanWifiListAsync").getScanWifiListAsync$;
  269. getUUID: typeof import("./api/device/base/getUUID").getUUID$;
  270. getWifiStatus: typeof import("./api/device/base/getWifiStatus").getWifiStatus$;
  271. openSystemSetting: typeof import("./api/device/base/openSystemSetting").openSystemSetting$;
  272. };
  273. connection: {
  274. getNetworkType: typeof import("./api/device/connection/getNetworkType").getNetworkType$;
  275. };
  276. geolocation: {
  277. checkPermission: typeof import("./api/device/geolocation/checkPermission").checkPermission$;
  278. get: typeof import("./api/device/geolocation/get").get$;
  279. start: typeof import("./api/device/geolocation/start").start$;
  280. status: typeof import("./api/device/geolocation/status").status$;
  281. stop: typeof import("./api/device/geolocation/stop").stop$;
  282. };
  283. launcher: {
  284. checkInstalledApps: typeof import("./api/device/launcher/checkInstalledApps").checkInstalledApps$;
  285. launchApp: typeof import("./api/device/launcher/launchApp").launchApp$;
  286. };
  287. nfc: {
  288. nfcRead: typeof import("./api/device/nfc/nfcRead").nfcRead$;
  289. nfcStop: typeof import("./api/device/nfc/nfcStop").nfcStop$;
  290. nfcWrite: typeof import("./api/device/nfc/nfcWrite").nfcWrite$;
  291. };
  292. notification: {
  293. actionSheet: typeof import("./api/device/notification/actionSheet").actionSheet$;
  294. alert: typeof import("./api/device/notification/alert").alert$;
  295. confirm: typeof import("./api/device/notification/confirm").confirm$;
  296. extendModal: typeof import("./api/device/notification/extendModal").extendModal$;
  297. hidePreloader: typeof import("./api/device/notification/hidePreloader").hidePreloader$;
  298. modal: typeof import("./api/device/notification/modal").modal$;
  299. prompt: typeof import("./api/device/notification/prompt").prompt$;
  300. showPreloader: typeof import("./api/device/notification/showPreloader").showPreloader$;
  301. toast: typeof import("./api/device/notification/toast").toast$;
  302. vibrate: typeof import("./api/device/notification/vibrate").vibrate$;
  303. };
  304. screen: {
  305. getScreenBrightness: typeof import("./api/device/screen/getScreenBrightness").getScreenBrightness$;
  306. insetAdjust: typeof import("./api/device/screen/insetAdjust").insetAdjust$;
  307. isScreenReaderEnabled: typeof import("./api/device/screen/isScreenReaderEnabled").isScreenReaderEnabled$;
  308. resetView: typeof import("./api/device/screen/resetView").resetView$;
  309. rotateView: typeof import("./api/device/screen/rotateView").rotateView$;
  310. setScreenBrightness: typeof import("./api/device/screen/setScreenBrightness").setScreenBrightness$;
  311. };
  312. };
  313. media: {
  314. voiceRecorder: {
  315. keepAlive: typeof import("./api/media/voiceRecorder/keepAlive").keepAlive$;
  316. pause: typeof import("./api/media/voiceRecorder/pause").pause$;
  317. resume: typeof import("./api/media/voiceRecorder/resume").resume$;
  318. start: typeof import("./api/media/voiceRecorder/start").start$;
  319. stop: typeof import("./api/media/voiceRecorder/stop").stop$;
  320. };
  321. };
  322. net: {
  323. bjGovApn: {
  324. loginGovNet: typeof import("./api/net/bjGovApn/loginGovNet").loginGovNet$;
  325. };
  326. };
  327. runtime: {
  328. h5nuvabridge: {
  329. exec: typeof import("./api/runtime/h5nuvabridge/exec").exec$;
  330. };
  331. message: {
  332. fetch: typeof import("./api/runtime/message/fetch").fetch$;
  333. post: typeof import("./api/runtime/message/post").post$;
  334. };
  335. monitor: {
  336. getLoadTime: typeof import("./api/runtime/monitor/getLoadTime").getLoadTime$;
  337. };
  338. permission: {
  339. requestAuthCode: typeof import("./api/runtime/permission/requestAuthCode").requestAuthCode$;
  340. requestOperateAuthCode: typeof import("./api/runtime/permission/requestOperateAuthCode").requestOperateAuthCode$;
  341. };
  342. };
  343. ui: {
  344. input: {
  345. plain: typeof import("./api/ui/input/plain").plain$;
  346. };
  347. multitask: {
  348. addToFloat: typeof import("./api/ui/multitask/addToFloat").addToFloat$;
  349. removeFromFloat: typeof import("./api/ui/multitask/removeFromFloat").removeFromFloat$;
  350. };
  351. nav: {
  352. close: typeof import("./api/ui/nav/close").close$;
  353. getCurrentId: typeof import("./api/ui/nav/getCurrentId").getCurrentId$;
  354. go: typeof import("./api/ui/nav/go").go$;
  355. preload: typeof import("./api/ui/nav/preload").preload$;
  356. recycle: typeof import("./api/ui/nav/recycle").recycle$;
  357. };
  358. progressBar: {
  359. setColors: typeof import("./api/ui/progressBar/setColors").setColors$;
  360. };
  361. pullToRefresh: {
  362. disable: typeof import("./api/ui/pullToRefresh/disable").disable$;
  363. enable: typeof import("./api/ui/pullToRefresh/enable").enable$;
  364. stop: typeof import("./api/ui/pullToRefresh/stop").stop$;
  365. };
  366. webViewBounce: {
  367. disable: typeof import("./api/ui/webViewBounce/disable").disable$;
  368. enable: typeof import("./api/ui/webViewBounce/enable").enable$;
  369. };
  370. };
  371. util: {
  372. domainStorage: {
  373. getItem: typeof import("./api/util/domainStorage/getItem").getItem$;
  374. removeItem: typeof import("./api/util/domainStorage/removeItem").removeItem$;
  375. setItem: typeof import("./api/util/domainStorage/setItem").setItem$;
  376. };
  377. openTemporary: {
  378. getData: typeof import("./api/util/openTemporary/getData").getData$;
  379. };
  380. };
  381. } & {
  382. plugin: typeof plugin;
  383. };
  384. export = dd;