export declare function buildLeafFile(leafContent: string, disassembledPath: string, baseName: string, rootElementName: string, rootElementHeader: string, xmlDeclarationStr: string, format: string): Promise<void>;
