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