import { Segment } from './../enums'; import { SegmentValue } from './../types'; export declare function parseSegment(value: string, segment: T): SegmentValue;