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