import { Element, IElement } from "../internal"; export declare class PrimitiveBoolean extends Element { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; value?: boolean; static parsePrimitive(value: boolean, extension?: IElement | null, providedInstance?: PrimitiveBoolean): PrimitiveBoolean; static isPrimitiveBoolean(input?: unknown): input is PrimitiveBoolean; clone(): PrimitiveBoolean; getTypeName(): string; } //# sourceMappingURL=PrimitiveBoolean.d.ts.map