import { type AttributeMetadata } from '../attribute'; export type BooleanAttributeValue = boolean; export interface BooleanAttributeMetadata extends AttributeMetadata { }