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