export declare class BggSearchItemDto {
    id: number;
    type: string;
    name: string;
    yearpublished: number;
}
