import type { PluginHandle } from '../../../attach'; import type { InitPublish } from '..'; import type { PublishSpec } from './factory'; /** * Initialise a new publisher with the given publish() init function */ export declare function mountPublisher(publish: InitPublish): Promise>; export { default as makePublish } from './factory'; export type { VideoOffer, AudioOffer } from './factory'; export * as Factory from './factory'; export { default as Publish } from './index.svelte';