export declare class BggResponseParser {
    private options;
    constructor();
    parseXmlToJs(xmlResponse: string): Promise<any>;
}
