import { Type } from "./Type"; export declare class BooleanType extends Type { toString(): string; }