import { Game } from "../types/games.js"; declare const _default: { id: Game.HideAndSeek; short_name: string; name: string; statistics: true; description: string; icon_url: string; colour: string; levelling: { max_level: number; increment: number; cap: null; }; }; export default _default; //# sourceMappingURL=hide.d.ts.map