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