import type Taro from '@tarojs/taro'; import type { getNetworkType as taroGetNetworkType } from '@tarojs/taro'; import type { getScreenBrightness as taroGetScreenBrightness } from '@tarojs/taro'; type TaroMakePhoneCallOption = Parameters[0]; type TaroMakePhoneCallResult = Awaited>; type TaroGetNetworkTypeOption = Parameters[0]; type TaroGetNetworkTypeResult = Awaited>; type TaroGetScreenBrightnessOption = Parameters[0]; type TaroGetScreenBrightnessResult = Awaited>; type TaroSetClipboardDataOption = Parameters[0]; type TaroSetClipboardDataResult = Awaited>; type TaroMenuButtonBoundingClientRect = ReturnType; type KeyboardHeightChangeCallback = Parameters[0]; type NetworkStatusChangeCallback = Parameters[0]; type ThemeChangeCallback = Parameters[0]; export declare function getSystemSetting(): Taro.getSystemSetting.Result; export declare function getAppAuthorizeSetting(): Taro.getAppAuthorizeSetting.Result; export declare function getDeviceInfo(): Taro.getDeviceInfo.Result; export declare function getAppBaseInfo(): Taro.getAppBaseInfo.Result; export declare function getWindowInfo(): Taro.getWindowInfo.Result; export declare function getMenuButtonBoundingClientRect(): TaroMenuButtonBoundingClientRect; export declare function makePhoneCall(option: TaroMakePhoneCallOption): Promise; export declare function getNetworkType(option?: TaroGetNetworkTypeOption): Promise; export declare function getScreenBrightness(option?: TaroGetScreenBrightnessOption): Promise; export declare function setClipboardData(option: TaroSetClipboardDataOption): Promise; export declare function onKeyboardHeightChange(callback: KeyboardHeightChangeCallback): void; export declare function offKeyboardHeightChange(callback?: KeyboardHeightChangeCallback): void; export declare function onNetworkStatusChange(callback: NetworkStatusChangeCallback): void; export declare function offNetworkStatusChange(callback?: NetworkStatusChangeCallback): void; export declare function onThemeChange(callback: ThemeChangeCallback): void; export declare function offThemeChange(callback?: ThemeChangeCallback): void; export {}; //# sourceMappingURL=index.d.ts.map