/**
 * Check if the given object is a proxy object
 * @param obj any
 * @returns boolean
 */
export default function isProxy(obj: any): boolean;
