import { LexicalCommand } from 'lexical'; import { type JSX } from 'react'; import { VideoPayload } from './VideoNode'; export type InsertVideoPayload = Readonly; export declare const INSERT_VIDEO_COMMAND: LexicalCommand; export declare function VideoPlugin(): JSX.Element | null; export declare const isVideo: (src: string) => boolean;