import { RankedV1 } from "./valorant/ranked/rankedV1"; import { Regions } from "../types/valorant/regions"; import { ContentV1 } from "./valorant/content/contentV1"; import { MatchV1 } from "./valorant/match/matchV1"; import { StatusV1 } from "./valorant/status/statusV1"; export declare class RiotValorantApi { private readonly region; RankedV1: RankedV1; StatusV1: StatusV1; MatchV1: MatchV1; ContentV1: ContentV1; constructor(apiToken: string, region: Regions); } //# sourceMappingURL=riotValorantApi.d.ts.map