import { type Container, type ExportResult, type IContainerPlugin } from "@tsparticles/engine"; export declare class ExportVideoPluginInstance implements IContainerPlugin { #private; constructor(container: Container); export(type: string, data: Record): Promise; }