import { XmlElement } from "@src/types/types";
export declare function buildNestedFile(element: XmlElement, disassembledPath: string, uniqueIdElements: string | undefined, rootElementName: string, rootElementHeader: string, parentKey: string, indent: string, xmlDeclarationStr: string, format: string): Promise<void>;
