/** * * 判断值是否是某个类的实例 * * @param obj * @returns * * */ declare function isInstance(obj: any): boolean; export { isInstance };