/** 布尔随机, * @param cur 反转结果 */ declare const boolean: (midPoint: number, max: number, cur?: boolean) => boolean; export { boolean, boolean as bool };