/**
* The maximum safe integer (`2^32-1`) is used as a placeholder for large numbers which are not allowed to be floats.
* For example as line/column arguments for monaco-ranges.
*/export declare const MAX_SAFE_INTEGER = 2147483647;
//# sourceMappingURL=numbers.d.ts.map