import type { ExtensionAuto } from "../../../../core/index.js"; import { type VideoPluginOptions } from "./md-video.js"; export { videoNodeName } from "./const.js"; export { videoType } from "./utils.js"; export type VideoSpecsOptions = VideoPluginOptions & {}; export declare const VideoSpecs: ExtensionAuto;