import { Tournament } from '../../types/Tournament'; export default function createBlankMatches(tourney: Tournament, seed?: number): Tournament; //# sourceMappingURL=createBlankMatches.d.ts.map