/** Represents a boolean JSON value */ export declare class JsonValueBooleanBaseModel { _: 'jsonValueBoolean'; /** The value */ value: boolean; }