import { RefContainer } from "./ref-container.js"; import { XmlWriter } from "./xml-writer.js"; export declare class DocumentContainer { readonly filePath: string; readonly fileName: string; readonly refId: string; readonly contentType: string; readonly references: RefContainer; private readonly _xmlWriter; get XMLWriter(): XmlWriter; } //# sourceMappingURL=document-container.d.ts.map