import { XmlElementMap } from "../types/types";
export declare function parseXML(filePath: string): Promise<XmlElementMap | undefined>;
