import { Game } from '../Game'; export declare const isGame: (locale: unknown) => locale is Game;