import { Match } from './Match.js';
export declare function RoundRobin(players: number | string[], startingRound?: number, ordered?: boolean): Match[];
