export default class IntegerUtils { static random(min: number, max: number): number; } //# sourceMappingURL=IntegerUtils.d.ts.map