export type Options = { seed?: number; format: string | 'swiss' | 'single-elim' | 'double-elim' | 'remote'; gameType: string; playoffs: boolean; cutLimit: number; bestOf: number; winValue: number; maxRounds: null | number; drawValue: number; lossValue: number; playoffsFormat?: string; }; //# sourceMappingURL=Options.d.ts.map