import { Column } from "./Column"; export declare class TableConfig { tableId: string; columns: Column[]; }