import { ShuttleState } from '../hooks/useShuttleState'; export declare type MOVE_SELECTION_REDUCER_ACTION = { type?: 'MOVE_SELECTIONS'; from?: 'source' | 'target'; to?: 'source' | 'target'; }; export declare const shuttleSelections: (from: any[], to: any[], selected: Set) => any[]; export declare const move: (state: ShuttleState, action?: MOVE_SELECTION_REDUCER_ACTION) => ShuttleState; //# sourceMappingURL=moveSelectedReducer.d.ts.map