import { BaseDtoParser } from './BaseDtoParser'; import { BggCollectionDto } from '../../concrete/BggCollectionDto'; export declare class BggCollectionDtoParser extends BaseDtoParser { parse(parsedXml: any): BggCollectionDto; private mapItem; private mapStatus; private mapStats; private mapVersion; }