import { Entry } from '../types/UIEntry'; export declare function parseXMLToEntries(xmlString: string): Entry[]; //# sourceMappingURL=BobParser.d.ts.map