import { Settings } from "redlock"; import { RedlockKeyFunction } from "./redlock.interface"; export declare function Redlock any = (...args: any) => any>(key: string | string[] | RedlockKeyFunction, duration?: number, settings?: Partial): MethodDecorator;