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