import type Taro from '@tarojs/taro'; type TaroShowModalOption = NonNullable[0]>; type TaroShowModalResult = Awaited>; type TaroShowLoadingOption = Parameters[0]; type TaroShowLoadingResult = Awaited>; type TaroHideToastOption = Parameters[0]; type TaroHideToastResult = ReturnType; type TaroHideLoadingOption = Parameters[0]; type TaroHideLoadingResult = ReturnType; type TaroShowActionSheetOption = Parameters[0]; type TaroShowActionSheetResult = Awaited>; type TaroEnableAlertBeforeUnloadOption = Parameters[0]; type TaroEnableAlertBeforeUnloadResult = ReturnType; type TaroDisableAlertBeforeUnloadOption = Parameters[0]; type TaroDisableAlertBeforeUnloadResult = ReturnType; export declare function showModal(option?: TaroShowModalOption): Promise; export declare function showLoading(option?: TaroShowLoadingOption): Promise; export declare function hideToast(option?: TaroHideToastOption): TaroHideToastResult; export declare function hideLoading(option?: TaroHideLoadingOption): TaroHideLoadingResult; export declare function showActionSheet(option: TaroShowActionSheetOption): Promise; export declare function enableAlertBeforeUnload(option: TaroEnableAlertBeforeUnloadOption): TaroEnableAlertBeforeUnloadResult; export declare function disableAlertBeforeUnload(option?: TaroDisableAlertBeforeUnloadOption): TaroDisableAlertBeforeUnloadResult; export {}; //# sourceMappingURL=index.d.ts.map