import { AppState } from "@nteract/types"; export declare const editorbyEditorType: (state: AppState) => import("immutable").Map; export declare const editor: (state: AppState, { id }: { id: string; }) => any;