/** * We need this function because when we store persisted/query/remote filter values * it stores with different format, ex.: Range will be stored as RangeFrom && RangeTo * and in this case we don't know how to restroe those values. * * This function do convertation for those kinds of stored values * * @param params * @param items * @param paramsCase */ export declare function restoreItems(params: any, items: any): {};