import { type Engine } from "@tsparticles/engine/lazy";
export declare function loadOpacityUpdater(engine: Engine): Promise<void>;
