import { BggPlaysPlayItemSubtypes } from "./BggPlaysPlayItemSubtypes";
export declare class BggPlaysPlayItemDto {
    name: string;
    objecttype: string;
    objectid: number;
    subtypes: BggPlaysPlayItemSubtypes[];
}
