export declare class AccountRegionDto {
    puuid: string;
    game: string;
    region: string;
}
