export declare class BggPlaysPlayPlayerDto {
    color: string;
    name: string;
    new: number;
    rating: number;
    score: string;
    startposition: string;
    userid: number;
    username: string;
    win: number;
}
