/** * What to call this game where a human is looking — the dev view's bar and its browser tab. * * `gameName` in `src/work/game.json` is what bitmagic.ai catalogs the game as, so it is the name * the creator chose. A project that has not named its game yet is called by its folder, which is * the name the creator already uses in every terminal. Never the gameId: that is shown beside it, * but nobody tells two tabs apart by a hash. */ export declare function readGameName(root: string): string;