import { Map } from 'immutable'; export default function linkReducer(state: Map | undefined, action: any): Map;