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