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