import { Tournament } from '../types/Tournament'; import { Match } from '../types/Match'; export default function getCurrentRoundMatch(tourney: Tournament, playerId: string): Match; //# sourceMappingURL=getCurrentRoundMatch.d.ts.map