import { ICallback, IRedisClient } from 'redis-smq-common';
export declare function withSharedPoolConnection<T>(operation: (client: IRedisClient, cb: ICallback<T>) => void, callback: ICallback<T>): void;
//# sourceMappingURL=with-shared-pool-connection.d.ts.map