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