import { GameRepository } from "./GameRepository";
declare const gameRepository: GameRepository;
export { gameRepository };
