import { ColumnsType } from './Column.js'; import { Table } from './Table.js'; /** Generate a new table from the columns and indexes @deprecated You should use {@link Table} instead as it now allows TableV2 syntax. This will be removed in the next major release. */ export declare class TableV2 extends Table { }