import { XmlElement } from "@src/types/types";
export declare function parseRootElement(xmlParsed: Record<string, XmlElement>): Promise<[string, string | undefined, string]>;
