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