import { Type } from "./Type" export class UnknownType extends Type { toString() { return "unknown" } }