import type { ITableDTO } from '../../../table/actions/dto/index.js';
import { Table } from '../../../table/index.js';
export declare const fromTableDTO: ({ tableName, ...tableDTO }: ITableDTO) => Table;
