import { type IDelta, type Particle } from "tsparticles-engine"; export declare function updateOpacity(particle: Particle, delta: IDelta): void;