export default function isListUpdated(a: Record<string, any> | undefined, b: Record<string, any> | undefined): boolean;
