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