export default replaceItem; declare function replaceItem(list: any, identifier: any, idValue: any, newValue: any): any[];