import { Player } from '../types/Player'; import { Tournament } from '../types/Tournament'; export default function tournamentEnd(tourney: Tournament): Player[]; //# sourceMappingURL=tournamentEnd.d.ts.map