import { Action } from 'sabar'; declare const handleReorder: (args: any, ctx: object, actions: Action) => void; export default handleReorder;