/** * 获取数据的类型 * @param {T} target 检查的对象 * @returns {String} 这个对象的类型 */ export declare function getDataType(target: T): string;