/** * 判断是否为 Proxy 对象 * @param {unknown} obj obj * @returns {boolean} boolean */ export declare function isProxy(obj: unknown): boolean;