import { Match } from '..'; import { Tournament } from '../types/Tournament'; export default function dropPlayer(tourney: Tournament, playerId: string): [Tournament, Match]; //# sourceMappingURL=dropPlayer.d.ts.map