import { ColumnConfig } from '../types.js'; export declare const buildColumn: (column: any) => ColumnConfig;