import { ContentRecord, ContentRef, ContentsRecord } from "@nteract/types"; import { Map, RecordOf } from "immutable"; import { Action } from "redux"; export declare const byRef: (state: Map, action: Action) => Map; export declare const contents: (state: RecordOf | undefined, action: Action) => ContentsRecord;