export declare function move(source: Array, destination: Array, droppableSource: number, droppableDestination: number): T[][];