import { player } from "./account/index.js";
import { i as SeasonResponse, n as season, r as GrandmasterLeaderboardResponse, t as grandmasterLeaderboard } from "./index-DShZYxRE.js";
import { a as StarcraftLeagueTeamType, i as StarcraftLeagueQueue, n as LeagueDataResponse, r as StarcraftLeagueId, t as getLeagueData } from "./index-D4dz9fHQ.js";
import { a as legacyProfile, c as LegacyLaddersResponse, d as LegacyRewardsResponse, i as legacyMatchHistory, l as LegacyMatchHistoryResponse, n as legacyLadder, o as legacyRewards, r as legacyLadders, s as LegacyAchievementsResponse, t as legacyAchievements, u as LegacyProfileResponse } from "./index-C6XacDRF.js";
import { a as staticProfile, c as MetadataResponse, i as profile, l as StaticProfileResponse, n as ladderSummary, o as LadderResponse, r as metadata, s as LadderSummaryResponse, t as ladder } from "./index-E_sUhfIc.js";

//#region src/index.d.ts
declare const sc2: {
  player: typeof player;
  grandmasterLeaderboard: typeof grandmasterLeaderboard;
  season: typeof season;
  getLeagueData: typeof getLeagueData;
  legacyAchievements: typeof legacyAchievements;
  legacyLadder: typeof legacyLadder;
  legacyLadders: typeof legacyLadders;
  legacyMatchHistory: typeof legacyMatchHistory;
  legacyProfile: typeof legacyProfile;
  legacyRewards: typeof legacyRewards;
  ladder: typeof ladder;
  ladderSummary: typeof ladderSummary;
  metadata: typeof metadata;
  profile: typeof profile;
  staticProfile: typeof staticProfile;
};
//#endregion
export { GrandmasterLeaderboardResponse, LadderResponse, LadderSummaryResponse, LeagueDataResponse, LegacyAchievementsResponse, LegacyLaddersResponse, LegacyMatchHistoryResponse, LegacyProfileResponse, LegacyRewardsResponse, MetadataResponse, SeasonResponse, StarcraftLeagueId, StarcraftLeagueQueue, StarcraftLeagueTeamType, StaticProfileResponse, sc2 as default, sc2, getLeagueData, grandmasterLeaderboard, ladder, ladderSummary, legacyAchievements, legacyLadder, legacyLadders, legacyMatchHistory, legacyProfile, legacyRewards, metadata, player, profile, season, staticProfile };
//# sourceMappingURL=index.d.ts.map