export interface SummonerDTO {
    id: string;
    accountId: string;
    puuid: string;
    name: string;
    profileIconId: number;
    revisionDate: number;
    summonerLevel: number;
}
//# sourceMappingURL=summoner.d.ts.map