import type { RangeValue } from "@tsparticles/engine"; export interface IEmitterRate { delay: RangeValue; quantity: RangeValue; }