import { Map } from "immutable"; import { Action, Reducer } from "redux"; export declare const kernels: Reducer<{ byRef: Map; }, Action>;