import { type MulmoStudioContext } from "../types/index.js"; export type MulmoViewerBundleOptions = { skipZip?: boolean; }; export declare const mulmoViewerBundle: (context: MulmoStudioContext, options?: MulmoViewerBundleOptions) => Promise;