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