import JSZip from 'jszip'; import type { ThreeMFXml } from './builder'; /** * Creates a JSZip instance representing a .3mf archive containing the given XML object. * @param xmlObj Parsed XML object ready for serialization * @param modelFilePath Path inside the archive where the main model XML will be stored (default '3D/3dmodel.model'). */ export declare function create3MFArchive(xmlObj: ThreeMFXml, modelFilePath?: string): JSZip; //# sourceMappingURL=packager.d.ts.map