declare const isProxy: (obj: T) => boolean; declare const isProxiable: (obj: T) => boolean; export { isProxy, isProxiable }; //# sourceMappingURL=utils.d.ts.map