import randomFloat = require('random-float'); // $ExpectType number randomFloat(5); // $ExpectType number randomFloat(10, 100);