/**
 * 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.
 */
declare const _default: (arg: never) => string | undefined;
export default _default;
