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