import type { Container, Engine, ExportResult, IContainerPlugin } from "@tsparticles/engine"; export declare class ExportJSONInstance implements IContainerPlugin { private readonly _container; private readonly _engine; constructor(container: Container, engine: Engine); export(type: string): Promise; private readonly _exportJSON; }