export declare function copyWithStructuralSharing<T>(oldObj: any, newObj: T): T;
