import { RedisClient } from '../types'; export declare function releaseSemaphore(client: RedisClient, key: string, identifier: string): Promise;