export declare class BggLinkDto {
    id: number;
    type: string;
    value: string;
    inbound: boolean;
}
