/*!
 * Copyright (c) Microsoft Corporation.
 * Licensed under the MIT License.
 */
import { RedisClient } from 'redis';
export default function <T extends Partial<RedisClient>>(client: T): T;
//# sourceMappingURL=index.d.ts.map