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