export declare const ACTIVE_SEEDED_LEAGUES: readonly ["nba", "wnba", "nhl", "ncaab", "epl", "la_liga", "bundesliga", "serie_a", "ligue_1", "champions_league", "mlb", "mma"];
export type ActiveSeededLeague = (typeof ACTIVE_SEEDED_LEAGUES)[number];
//# sourceMappingURL=league-support.d.ts.map