import Sequelize from "sequelize"; declare const _default: { name: string; comment: string; define: { type: { type: Sequelize.EnumDataTypeConstructor; values: string[]; allowNull: boolean; defaultValue: string; unique: boolean; comment: string; }; config: { type: Sequelize.AbstractDataTypeConstructor; defaultValue: {}; allowNull: boolean; comment: string; }; }; options: { tableName: string; }; }; export default _default; //# sourceMappingURL=config.d.ts.map