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