import { DeepPartial, Table } from '../../internal-types';
export declare const createTable: (value?: DeepPartial<Table>) => Table;
