import { Map } from "immutable"; import { Action, Reducer } from "redux"; export declare const byEditorType: (state: Map | undefined, action: Action) => Map; export declare const editors: Reducer<{ byEditorType: Map; }, Action>;