import { ArenaPlugin } from '../../interfaces'; import { VideoPluginOptions } from './types'; export declare const videoPlugin: (opts?: Partial | undefined) => ArenaPlugin;