import { type Engine } from "@tsparticles/engine/lazy"; export declare function loadInfectionPlugin(engine: Engine): Promise; export type * from "./Options/Interfaces/IInfection.js"; export type * from "./Options/Interfaces/IInfectionStage.js";