import type { RedisClient } from '../types';
export declare function releaseRedlockMutex(clients: RedisClient[], key: string, identifier: string): Promise<void>;
