import PrimitiveLiteralType from './PrimitiveLiteralType'; export default class StringLiteralType extends PrimitiveLiteralType { typeName: string; constructor(value: T); toString(): string; }