/// <reference path="../../../types/types.d.ts" />
export default class LeagueId {
    static readonly path: string;
    static get(api: IClashOfClansAPI, leagueId: number): Promise<IWarLeague>;
}
