import type { DraftHandleValue } from 'draft-js';
import type { ShortcutMap, State, StateHandler } from '../../types';
declare const shortcutHandler: (stateHandler: StateHandler, customShortcutsMap?: ShortcutMap[]) => (command: string, state: State) => DraftHandleValue;
export default shortcutHandler;
