import { type AttributeMetadata } from '../attribute'; type Value = any; export interface AnyAttributeMetadata extends AttributeMetadata { } export {};