import { type Container, type Engine } from "@tsparticles/engine/lazy"; import type { IParticlesJS } from "./VincentGarreau/IParticlesJS.js"; import { MBParticles } from "./marcbruederlin/Particles.js"; declare global { var Particles: typeof MBParticles, pJSDom: Container[], particlesJS: IParticlesJS; } declare const initPjs: (engine: Engine) => Promise; export { initPjs };