import type { Container, IContainerPlugin, IPlugin } from "@tsparticles/engine"; export declare class ExportVideoPlugin implements IPlugin { readonly id = "export-video"; getPlugin(container: Container): Promise; loadOptions(): void; needsPlugin(): boolean; }