import { type IDelta, type PluginManager } from "@tsparticles/engine"; import type { RollParticle } from "./Types.js"; export declare function initParticle(pluginManager: PluginManager, particle: RollParticle): void; export declare function updateRoll(particle: RollParticle, delta: IDelta): void;