import type { IValueWithRandom } from "@tsparticles/engine"; export interface ILifeDuration extends IValueWithRandom { sync: boolean; }