import { SegmentType } from '../types'; export declare class LiteralSegment { formatted: string; type: SegmentType; constructor(formatted: string); }