import { type Engine } from "@tsparticles/engine"; export declare function loadExternalSlowInteraction(engine: Engine): Promise; export * from "./Options/Classes/Slow.js"; export type * from "./Options/Interfaces/ISlow.js";