import { BracketsManager } from './manager'; import { CrudInterface, Database, Duel, OmitId, OrderingMap, ParticipantSlot, Scores, Side, StandardBracketResults, Storage, Table } from './types'; import { getWinner, getLoser, getMatchResult, isMatchStarted, isMatchCompleted, isMatchForfeitCompleted, isMatchResultCompleted, isMatchDrawCompleted, isMatchWinCompleted, isMatchByeCompleted, isMatchUpdateLocked, isMatchParticipantLocked, hasBye, getUpperBracketRoundCount, getRoundPairCount, getLoserRoundMatchCount, getLoserRoundLoserCount, getLowerBracketRoundCount, getNearestPowerOfTwo, minScoreToWinBestOfX, isRoundRobin, isWinnerBracket, isLoserBracket, isFinalGroup, getMatchLocation } from './helpers'; export { BracketsManager, CrudInterface, Database, Duel, OmitId, OrderingMap, ParticipantSlot, Scores, Side, StandardBracketResults, Storage, Table, }; export declare const helpers: { getWinner: typeof getWinner; getLoser: typeof getLoser; getMatchResult: typeof getMatchResult; isMatchStarted: typeof isMatchStarted; isMatchCompleted: typeof isMatchCompleted; isMatchForfeitCompleted: typeof isMatchForfeitCompleted; isMatchResultCompleted: typeof isMatchResultCompleted; isMatchDrawCompleted: typeof isMatchDrawCompleted; isMatchWinCompleted: typeof isMatchWinCompleted; isMatchByeCompleted: typeof isMatchByeCompleted; isMatchUpdateLocked: typeof isMatchUpdateLocked; isMatchParticipantLocked: typeof isMatchParticipantLocked; hasBye: typeof hasBye; getUpperBracketRoundCount: typeof getUpperBracketRoundCount; getRoundPairCount: typeof getRoundPairCount; getLoserRoundMatchCount: typeof getLoserRoundMatchCount; getLoserRoundLoserCount: typeof getLoserRoundLoserCount; getLowerBracketRoundCount: typeof getLowerBracketRoundCount; getNearestPowerOfTwo: typeof getNearestPowerOfTwo; minScoreToWinBestOfX: typeof minScoreToWinBestOfX; isRoundRobin: typeof isRoundRobin; isWinnerBracket: typeof isWinnerBracket; isLoserBracket: typeof isLoserBracket; isFinalGroup: typeof isFinalGroup; getMatchLocation: typeof getMatchLocation; }; //# sourceMappingURL=index.d.ts.map