import { LiteralExpression } from "typescript"; export interface ILiteralService { getText(literal: T): string; getNormalizedText(literal: T): U; }