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