import type { JitsiPlugin } from './definitions';
declare const Jitsi: JitsiPlugin;
export * from './definitions';
export { Jitsi };
