export declare class ColumnCatalogAttributesDto { semantic_type?: string; enum_map?: Record; format?: Record; filterable?: boolean; groupable?: boolean; aggregatable?: string[]; bucketable?: boolean; sensitive?: boolean; }