import { Type } from "./Type" export class BooleanType extends Type { toString() { return "boolean" } }