/** * 区间随机整数 [min, max] */ export declare const random: (min: number, max: number) => number;