import { SQLDataTypes } from '../utils/schemaDefintions'; declare const properties: (string | { key: { type: SQLDataTypes; allowNull: boolean; primaryKey: boolean; }; value: SQLDataTypes; })[]; export default properties;