declare function _exports({ dbFullName, tableName, tableInfoArray, userId, dbSchema, tableIndexes, tableSchema, clone, childDb, tableIndex, tableNameFull, recordedDbEntry, }: { dbFullName: string; tableName: string; tableSchema: import("../../types").DSQL_TableSchemaType; tableNameFull?: string; tableInfoArray: import("../../types").DSQL_FieldSchemaType[]; userId?: number | string | null; dbSchema: import("../../types").DSQL_DatabaseSchemaType[]; tableIndexes?: import("../../types").DSQL_IndexSchemaType[]; clone?: boolean; tableIndex?: number; childDb?: boolean; recordedDbEntry?: any; }): Promise; export = _exports;