/**
* Returns a proxy object which can be used in place of the regular object.
* This object will log all modifications of the target object's properties.
*/exportdeclarefunction attachDebugProxy<T extendsobject>(target: T): T;
//# sourceMappingURL=debug-proxy.d.ts.map