declare const addPhoneContact: (options: UniApp.AddPhoneContactOptions) => Promise; declare const authorize: (options: UniApp.AuthorizeOptions) => Promise; declare const checkIsSoterEnrolledInDevice: (options: UniApp.CheckIsSoterEnrolledInDeviceOptions) => Promise; declare const checkIsSupportSoterAuthentication: (options: UniApp.CheckIsSupportSoterAuthenticationOptions) => Promise; declare const checkSession: (options: UniApp.CheckSessionOptions) => Promise; declare const chooseAddress: (options: UniApp.ChooseAddressOptions) => Promise; declare const chooseFile: (options: UniApp.ChooseFileOptions) => Promise; declare const chooseImage: (options: UniApp.ChooseImageOptions) => Promise; interface SimpleOptions { success?: (result: any) => void; fail?: (error: any) => void; } declare const chooseInvoice: (options: SimpleOptions) => Promise; declare const chooseInvoiceTitle: (options: UniApp.ChooseInvoiceTitleOptions) => Promise; declare const chooseLocation: (options: UniApp.ChooseLocationOptions) => Promise; declare const chooseMedia: (options: UniApp.ChooseMediaOption) => Promise; declare const chooseMessageFile: (options: UniApp.ChooseMessageFileOption) => Promise; declare const chooseVideo: (options: UniApp.ChooseVideoOptions) => Promise; declare const clearStorage: (options: SimpleOptions) => Promise; declare const closeBLEConnection: (options: UniApp.CloseBLEConnectionOptions) => Promise; declare const closeBluetoothAdapter: (options: UniApp.CloseBluetoothAdapterOptions) => Promise; declare const closePreviewImage: (options: UniApp.CallBackOptions) => Promise; declare const compressImage: (options: UniApp.CompressImageOptions) => Promise; declare const compressVideo: (options: UniApp.CompressVideoOptions) => Promise; declare const createBLEConnection: (options: UniApp.CreateBLEConnectionOptions) => Promise; declare const createPushMessage: (options: UniApp.CreatePushMessageOptions) => Promise; declare const getBatteryInfo: (options: SimpleOptions) => Promise; declare const getBLEDeviceCharacteristics: (options: UniApp.GetBLEDeviceCharacteristicsOptions) => Promise; declare const getBLEDeviceRSSI: (options: UniApp.GetBLEDeviceRSSIOptions) => Promise; declare const getBLEDeviceServices: (options: UniApp.GetBLEDeviceServicesOptions) => Promise; declare const getBluetoothAdapterState: (options: UniApp.GetBluetoothAdapterStateOptions) => Promise; declare const getBluetoothDevices: (options: UniApp.GetBluetoothDevicesOptions) => Promise; declare const getCheckBoxState: (options: UniApp.GetCheckBoxStateOptions) => Promise; declare const getClipboardData: (options: UniApp.GetClipboardDataOptions) => Promise; declare const getConnectedBluetoothDevices: (options: UniApp.GetConnectedBluetoothDevicesOptions) => Promise; declare const getExtConfig: (options: UniApp.GetExtConfigOptions) => Promise; declare const getFileInfo: (options: UniApp.GetFileInfoOptions) => Promise; declare const getImageInfo: (options: UniApp.GetImageInfoOptions) => Promise; declare const getLocation: (options: UniApp.GetLocationOptions) => Promise; declare const getNetworkType: (options: UniApp.GetNetworkTypeOptions) => Promise; declare const getProvider: (options: UniApp.GetProviderOptions) => Promise; declare const getPushClientId: (options: UniApp.GetPushClientIdOptions) => Promise; declare const getSavedFileInfo: (options: UniApp.GetSavedFileInfoOptions) => Promise; declare const getSavedFileList: (options: UniApp.GetSavedFileListOptions) => Promise; declare const getScreenBrightness: (options: UniApp.GetScreenBrightnessOptions) => Promise; declare const getSelectedTextRange: (options: UniApp.GetSelectedTextRangeOptions) => Promise; declare const getSetting: (options: UniApp.GetSettingOptions) => Promise; declare const getStorage: (options: UniApp.GetStorageOptions) => Promise; declare const getStorageInfo: (options: UniApp.GetStorageInfoOptions) => Promise; declare const getSystemInfo: (options: UniApp.GetSystemInfoOptions) => Promise; declare const getUserInfo: (options: UniApp.GetUserInfoOptions) => Promise; declare const getUserProfile: (options: UniApp.GetUserProfileOptions) => Promise; declare const getVideoInfo: (options: UniApp.GetVideoInfoOptions) => Promise; declare const hideHomeButton: (options: SimpleOptions) => Promise; declare const hideNavigationBarLoading: (options: SimpleOptions) => Promise; declare const hideShareMenu: (options: UniApp.HideShareMenuOptions) => Promise; declare const hideTabBar: (options: SimpleOptions) => Promise; declare const hideTabBarRedDot: (options: UniApp.HideTabBarRedDotOptions) => Promise; declare const loadFontFace: (options: UniApp.LoadFontFaceOptions) => Promise; declare const login: (options: UniApp.LoginOptions) => Promise; declare const makePhoneCall: (options: UniApp.MakePhoneCallOptions) => Promise; declare const navigateBack: (options: SimpleOptions) => Promise; declare const navigateBackMiniProgram: (options: UniApp.NavigateBackMiniProgramOptions) => Promise; declare const navigateTo: (options: UniApp.NavigateToOptions) => Promise; declare const navigateToMiniProgram: (options: UniApp.NavigateToMiniProgramOptions) => Promise; declare const notifyBLECharacteristicValueChange: (options: UniApp.NotifyBLECharacteristicValueChangeOptions) => Promise; declare const openAppAuthorizeSetting: (options: UniApp.CallBackOptions) => Promise; declare const openBluetoothAdapter: (options: UniApp.OpenBluetoothAdapterOptions) => Promise; declare const openDocument: (options: UniApp.OpenDocumentOptions) => Promise; declare const openLocation: (options: UniApp.OpenLocationOptions) => Promise; declare const openVideoEditor: (options: UniApp.OpenVideoEditorOptions) => Promise; declare const pageScrollTo: (options: UniApp.PageScrollToOptions) => Promise; declare const preLogin: (options: UniApp.PreLoginOptions) => Promise; declare const previewImage: (options: UniApp.PreviewImageOptions) => Promise; declare const readBLECharacteristicValue: (options: UniApp.ReadBLECharacteristicValueOptions) => Promise; declare const redirectTo: (options: UniApp.RedirectToOptions) => Promise; declare const reLaunch: (options: UniApp.ReLaunchOptions) => Promise; declare const removeSavedFile: (options: UniApp.RemoveSavedFileOptions) => Promise; declare const removeStorage: (options: UniApp.RemoveStorageOptions) => Promise; declare const removeTabBarBadge: (options: UniApp.RemoveTabBarBadgeOptions) => Promise; declare const requestPayment: (options: UniApp.RequestPaymentOptions) => Promise; declare const requestSubscribeMessage: (options: UniApp.RequestSubscribeMessageOption) => Promise; declare const saveFile: (options: UniApp.SaveFileOptions) => Promise; declare const saveImageToPhotosAlbum: (options: UniApp.SaveImageToPhotosAlbumOptions) => Promise; declare const saveVideoToPhotosAlbum: (options: UniApp.SaveVideoToPhotosAlbumOptions) => Promise; declare const scanCode: (options: UniApp.ScanCodeOptions) => Promise; declare const setBackgroundColor: (options: UniApp.SetBackgroundColorOptions) => Promise; declare const setBackgroundTextStyle: (options: UniApp.SetBackgroundTextStyleOptions) => Promise; declare const setBLEMTU: (options: UniApp.SetBLEMTUOptions) => Promise; declare const setClipboardData: (options: UniApp.SetClipboardDataOptions) => Promise; declare const setEnableDebug: (options: UniApp.SetEnableDebugOptions) => Promise; declare const setKeepScreenOn: (options: UniApp.SetKeepScreenOnOptions) => Promise; declare const setNavigationBarColor: (options: UniApp.SetNavigationbarColorOptions) => Promise; declare const setNavigationBarTitle: (options: UniApp.SetNavigationBarTitleOptions) => Promise; declare const setScreenBrightness: (options: UniApp.SetScreenBrightnessOptions) => Promise; declare const setStorage: (options: UniApp.SetStorageOptions) => Promise; declare const setTabBarBadge: (options: UniApp.SetTabBarBadgeOptions) => Promise; declare const setTabBarItem: (options: UniApp.SetTabBarItemOptions) => Promise; declare const setTabBarStyle: (options: UniApp.SetTabBarStyleOptions) => Promise; declare const share: (options: UniApp.ShareOptions) => Promise; declare const shareWithSystem: (options: UniApp.ShareWithSystemOptions) => Promise; declare const showActionSheet: (options: UniApp.ShowActionSheetOptions) => Promise; declare const showLoading: (options: UniApp.ShowLoadingOptions) => Promise; declare const showModal: (options: UniApp.ShowModalOptions) => Promise; declare const showNavigationBarLoading: (options: SimpleOptions) => Promise; declare const showShareMenu: (options: UniApp.ShowShareMenuOptions) => Promise; declare const showTabBar: (options: SimpleOptions) => Promise; declare const showTabBarRedDot: (options: UniApp.ShowTabBarRedDotOptions) => Promise; declare const showToast: (options: UniApp.ShowToastOptions) => Promise; declare const startBluetoothDevicesDiscovery: (options: UniApp.StartBluetoothDevicesDiscoveryOptions) => Promise; declare const startPullDownRefresh: (options: UniApp.StartPullDownRefreshOptions) => Promise; declare const startSoterAuthentication: (options: UniApp.StartSoterAuthenticationOptions) => Promise; declare const stopBluetoothDevicesDiscovery: (options: UniApp.StopBluetoothDevicesDiscoveryOptions) => Promise; declare const switchTab: (options: UniApp.SwitchTabOptions) => Promise; declare const vibrate: (options: SimpleOptions) => Promise; declare const vibrateLong: (options: UniApp.VibrateLongOptions) => Promise; declare const vibrateShort: (options: UniApp.VibrateShortOptions) => Promise; declare const writeBLECharacteristicValue: (options: UniApp.WriteBLECharacteristicValueOptions) => Promise; export { addPhoneContact, authorize, checkIsSoterEnrolledInDevice, checkIsSupportSoterAuthentication, checkSession, chooseAddress, chooseFile, chooseImage, chooseInvoice, chooseInvoiceTitle, chooseLocation, chooseMedia, chooseMessageFile, chooseVideo, clearStorage, closeBLEConnection, closeBluetoothAdapter, closePreviewImage, compressImage, compressVideo, createBLEConnection, createPushMessage, getBLEDeviceCharacteristics, getBLEDeviceRSSI, getBLEDeviceServices, getBatteryInfo, getBluetoothAdapterState, getBluetoothDevices, getCheckBoxState, getClipboardData, getConnectedBluetoothDevices, getExtConfig, getFileInfo, getImageInfo, getLocation, getNetworkType, getProvider, getPushClientId, getSavedFileInfo, getSavedFileList, getScreenBrightness, getSelectedTextRange, getSetting, getStorage, getStorageInfo, getSystemInfo, getUserInfo, getUserProfile, getVideoInfo, hideHomeButton, hideNavigationBarLoading, hideShareMenu, hideTabBar, hideTabBarRedDot, loadFontFace, login, makePhoneCall, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, openAppAuthorizeSetting, openBluetoothAdapter, openDocument, openLocation, openVideoEditor, pageScrollTo, preLogin, previewImage, reLaunch, readBLECharacteristicValue, redirectTo, removeSavedFile, removeStorage, removeTabBarBadge, requestPayment, requestSubscribeMessage, saveFile, saveImageToPhotosAlbum, saveVideoToPhotosAlbum, scanCode, setBLEMTU, setBackgroundColor, setBackgroundTextStyle, setClipboardData, setEnableDebug, setKeepScreenOn, setNavigationBarColor, setNavigationBarTitle, setScreenBrightness, setStorage, setTabBarBadge, setTabBarItem, setTabBarStyle, share, shareWithSystem, showActionSheet, showLoading, showModal, showNavigationBarLoading, showShareMenu, showTabBar, showTabBarRedDot, showToast, startBluetoothDevicesDiscovery, startPullDownRefresh, startSoterAuthentication, stopBluetoothDevicesDiscovery, switchTab, vibrate, vibrateLong, vibrateShort, writeBLECharacteristicValue };