import { type Engine } from "@tsparticles/engine"; export type { ICannon } from "./Options/Interfaces/ICannon.js"; export type { CannonContainer, CannonMode, ICannonMode } from "./Types.js"; export { Cannon } from "./Options/Classes/Cannon.js"; export declare function loadExternalCannonInteraction(engine: Engine): Promise;