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