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