export declare function reconcileData<T>(oldValue: any, newValue: T, reconciliationRoot: object): T;
