/** * A hook adding the “new game” menu if possible. This hook must be used in an observable area. */ declare function useNewGameMenu(): void; export default useNewGameMenu;