export interface AccountDTO {
    puuid: string;
    gameName: string;
    tagLine: string;
}
//# sourceMappingURL=account.d.ts.map