export declare const MAX_VALUES_NUMBER = 1.7976931348623157e+308; export declare const MIN_VALUES_NUMBER = -1.7976931348623157e+308; export declare const INFINITY: number; /** * @description 空值(undefined, null, NaN) */ export declare const EMPTY: (number | null | undefined)[]; //# sourceMappingURL=constants.d.ts.map