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