/** * Write MEMO's private, gzip-tar project bundle. * * This deliberately is not called a KPAR. A KPAR is an interoperable SysML * package and must be produced/consumed by a real KPAR provider; this archive * is only a convenient offline MEMO snapshot. */ export declare function writeInternalMemoBundle(projectRoot: string, outputPath: string, projectName: string): Promise; //# sourceMappingURL=internal-kpar.d.ts.map