import { ColumnType } from '.';
export declare type SelectColumn = {
    name: string;
    columnType: ColumnType;
    id?: string;
};
