import type { RangeValue } from "../../../../Types";
export interface IEmitterRate {
    delay: RangeValue;
    quantity: RangeValue;
}
