import { RedisClient } from '../types'; export declare function refreshRedlockMutex(clients: RedisClient[], key: string, identifier: string, lockTimeout: number): Promise;