export * from './SequelizeWithViews';
import Sequelize from './SequelizeWithViews';
import { Model } from './ModelWithViews';
export default Sequelize;
export { Model };
//# sourceMappingURL=index.d.ts.map