import { Game, GameData } from "../types/games.js"; export declare const Games: { [G in Game]: GameData; }; //# sourceMappingURL=index.d.ts.map