import { Matches } from '../../types/Match'; import { Player } from '../../types/Player'; import { Tournament } from '../../types/Tournament'; export default function playersPairing(matches: Matches, players: Player[], tourney: Tournament, winners?: boolean): void; //# sourceMappingURL=playersPairing.d.ts.map