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