type BusyState = Promise | boolean; export declare function useIsBusy(busyState: BusyState | undefined | null): boolean; export {};