export declare function createBundleArchive(bundleDir: string, outputPath: string): Promise<void>;
