export declare class AccountDto {
    puuid: string;
    gameName: string;
    tagLine: string;
}
