import { IBggClient, IProgressCapability } from "."; import { BggFamilyDto, BggThingDto, BggForumlistDto, BggForumDto, BggThreadDto, BggUserDto, BggGuildDto, BggPlayDto, BggCollectionDto, BggSearchDto, BggHotDto } from "../../dto"; import { IThingRequest, IFamilyRequest, IForumlistRequest, IForumRequest, IThreadRequest, IUserRequest, IGuildRequest, IPlaysRequest, ICollectionRequest, ISearchRequest, IHotItemsRequest } from '../../request'; export declare type IBggThingClient = IBggClient & IProgressCapability; export declare type IBggFamilyClient = IBggClient & IProgressCapability; export declare type IBggForumlistClient = IBggClient & IProgressCapability; export declare type IBggForumClient = IBggClient; export declare type IBggThreadClient = IBggClient; export declare type IBggUserClient = IBggClient; export declare type IBggGuildClient = IBggClient; export declare type IBggPlaysClient = IBggClient; export declare type IBggCollectionClient = IBggClient; export declare type IBggSearchClient = IBggClient; export declare type IBggHotClient = IBggClient;