import { type IDelta } from "@tsparticles/engine";
import type { WobbleParticle } from "./Types.js";
export declare function updateWobble(particle: WobbleParticle, delta: IDelta): void;
