/** * Returns whether the player is waiting, automatically updating whenever it changes. * * This hook must only be used in a component mounted inside a {@link THEOplayerDefaultUi} or {@link UiContainer}, * or alternatively any other component that provides a {@link PlayerContext}. * * @group Hooks */ export declare const useWaiting: () => boolean; //# sourceMappingURL=useWaiting.d.ts.map