export declare function diff(oldList: T[], newList: T[], key: string): { moves: { index: number; type: number; item: any; }[]; };