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