import { SegmentAction } from '../actions';
import { SegmentState } from '../../types';
export declare const initial_state: SegmentState;
export default function segment(state: SegmentState, action: SegmentAction): SegmentState;
