import { Game } from "../gaming/Game";
export declare const EAT_THEM_ALL: Game;
declare const games: Map<string, Game>;
export { games };
