import { TableInfo } from './types'; export declare const createNewTableInfoObj: (tableInfo?: Partial) => TableInfo;