const MAX_SAFE_INTEGER: number = 9007199254740991;

export {
    MAX_SAFE_INTEGER,
};