/**
* Determine the data type of given variable.
* @param {any} arg - The value to be tested.
* @returns {string} A string representing the data type of the given variable.
*/declareconst_default: (arg: never) =>string | undefined;
exportdefault _default;