import 'promise-polyfill'; export { default as isLightOS } from './isLightOS'; export { nativeJSBridge, nativeJSBridgeSync } from './nativeJSBridge'; export { nativeReady, nativeReadySync } from './nativeReady'; export { getUserFundAccountToken, getUserFundAccountTokenSync } from './getUserFundAccountToken'; export { evokeFundAccountLogin, evokeFundAccountLoginSync } from './evokeFundAccountLogin'; export { evokeMobileLogin, evokeMobileLoginSync } from './evokeMobileLogin'; export { forwardPage, forwardPageSync } from './forwardPage'; export { shareSocialScreenShot, shareSocialScreenShotSync } from './shareSocialScreenShot'; export { shareSocialThirdParty, shareSocialThirdPartySync } from './shareSocialThirdParty'; export { getUserMobile, getUserMobileSync } from './getUserMobile'; export { getUserCorpRiskLevel, getUserCorpRiskLevelSync } from './getUserCorpRiskLevel'; export { navigateToStockDetail, navigateToStockDetailSync } from './navigateToStockDetail'; export { getFundAccountLoginStatus, getFundAccountLoginStatusSync } from './getFundAccountLoginStatus'; export { viewAppearSync } from './viewAppear'; export { viewDisappearSync } from './viewDisappear'; export { appAppearSync } from './appAppear'; export { appDisappearSync } from './appDisappear'; export { setStorage, setStorageSync } from './setStorage'; export { getStorage, getStorageSync } from './getStorage'; export { removeStorage, removeStorageSync } from './removeStorage'; export { openPage, openPageSync } from './openPage'; export { getClientId, getClientIdSync } from './getClientId'; export { getSelfStock, getSelfStockSync } from './getSelfStock'; export { getFundAccountAndPassword, getFundAccountAndPasswordSync } from './getFundAccountAndPassword'; export { navigateTo, navigate } from './navigate'; export { evokeRegister, evokeRegisterSync } from './evokeRegister'; export { getFinanceVisibility, getFinanceVisibilitySync, setFinanceVisibility, setFinanceVisibilitySync } from './financeVisibility';