export declare function updateAgendaItems(previousData: any[], payload: any[], options?: { searchDates?: { fromDate: string; toDate: string; fieldName: string; }; }): any[];