/** * Return random float between `$start` and `$stop`. */ export declare function RandomRangeValue($start: number, $stop: number): number;