export type CuiMutationCallback = (mutationList: MutationRecord[]) => void; export interface CuiMutationActions { readonly updatedElements: Set; readonly removedElementsIds: Set; }