export interface VideoSlotWithFreeGamesConfigDescribing {
    getFreeGamesForScatters(symbolId: string, numberOfSymbols: number): number;
}
