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