import { P as PopmeltOptions } from './participantBootstrap-BQHbHI4r.mjs'; export { i as isPopmeltPreview } from './participantBootstrap-BQHbHI4r.mjs'; import './subjects-BM3Smdow.mjs'; import './video-adapter-Gm5gmoiz.mjs'; type PopmeltMount = { /** Remove this integration's UI and subscriptions; saved work is retained. */ unmount(): void; }; /** * Experimental standalone entry. Explicitly enable only in development. * Importing this entry (including during SSR) does not load the UI renderer. */ declare function mountPopmelt(options?: PopmeltOptions): Promise; export { type PopmeltMount, PopmeltOptions, mountPopmelt };