export declare type ColumnValue = string | number | boolean | Date | null;
