import { Match } from './Match.js';
export declare function SingleElimination(players: number | string[], startingRound?: number, consolation?: boolean, ordered?: boolean): Match[];
