export declare class RedisLockService { private redis; acquireLock(key: string, ttl?: number): Promise; releaseLock(key: string, lockId: string): Promise; }