/**
 * Renders the Video Insertion Modal dialog.
 *
 * @param {Object|any} optionsOrEditor - The TravenEditor instance, or options object.
 * @param {HTMLElement|null} [triggerBtn] - The button that triggered the modal.
 */
export function openVideoModal(optionsOrEditor: any | any, triggerBtn?: HTMLElement | null): void;
