import { ConnectionOptions, Connection } from './orm'; import { Provider } from '@nestjs/common'; export declare function createCassandraModuleProviders(entities?: Function[], connection?: Connection | ConnectionOptions | string): Provider[]; export { /** * @deprecated will be dropped in 7.x */ createCassandraModuleProviders as createExpressCassandraProviders, };