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