import { Sport } from "../../sport"; import { SportVariant } from "../variant"; export declare class AllInOneGame extends SportVariant { protected nrOfGamesPerPlace: number; constructor(sport: Sport, nrOfGamesPerPlace: number); getNrOfGamesPerPlace(): number; }