export interface ActiveShardDTO {
    puuid: string;
    game: string;
    activeShard: string;
}
//# sourceMappingURL=active-shard.d.ts.map