import { IPayoutFactory } from './IPayoutFactory'; export interface IPayoutFactoryProvider { getFactory(gameId: string): IPayoutFactory; }