import { Match, Matches } from '../../types/Match'; import { Tournament } from '../../types/Tournament'; export default function createGrandFinals(winnersMatches: Matches, losersMatches: Matches, tourney: Tournament): Match; //# sourceMappingURL=createGrandFinals.d.ts.map