export declare class BggThingCommentDto {
    value: string;
    username: string;
    rating: number;
}
