import { Matches } from '../../types/Match'; import { Tournament } from '../../types/Tournament'; export default function advanceBracket(newMatches: Matches, finalizedMatches: Matches, tourney: Tournament, winnersBracket?: boolean): void; //# sourceMappingURL=advanceBracket.d.ts.map