import { Cluster } from 'ioredis'; import { ClusterClientOptions, ClusterModuleOptions } from '../interfaces'; export declare const createClient: ({ namespace, nodes, onClientCreated, ...clusterOptions }: ClusterClientOptions, { readyLog, errorLog }: Partial) => Cluster;