export declare const SEGMENT_PROP_KEY: string; export interface ISegmentPropInfo { /** * The segment string that will be used in the URL. */ name: string; } export declare function Segment(segmentName?: string): PropertyDecorator;