/** * @param {any} o - o * @returns {string} Returns [type Type] of the given object */ declare const _default: (o: unknown) => string; export default _default;