import * as ts from 'typescript/lib/tsserverlibrary'; export declare class RouteContext { readonly fileName: string; readonly node: ts.StringLiteral; constructor(fileName: string, node: ts.StringLiteral); get text(): string; get rawText(): string; }