import type { ActionSpec } from "../../../core/index.js"; import type { VideoService } from "./VideoSpecs/md-video.js"; export type VideoActionAttrs = { service: VideoService; url: string; }; export declare const addVideo: ActionSpec;