import type { Engine, RecursivePartial } from "@tsparticles/engine"; import type { IParticlesOptions } from "./IParticlesOptions.js"; import type { ParticlesInstance } from "./ParticlesInstance.js"; export declare function getParticlesInstance(engine: Engine, id: string, sourceOptions: RecursivePartial, canvas?: HTMLCanvasElement): Promise;