import { Matches } from '../types/Match'; import { Player } from '../types/Player'; export default function getMatchesWinners(matches: Matches): Player[]; //# sourceMappingURL=getMatchesWinners.d.ts.map