import type { VideoNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; import type { Presentation } from '../types'; export declare function convertVideo(editor: SlateEditor, video: VideoNode, presentation: Presentation): void;