import { State, PortAction } from '../customTypings/index.d'; export default function portReducer(state: State, action: PortAction): State;