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