import Redlock from 'redlock'; interface IConfig { [key: string]: any; } export default function lift(this: { config: IConfig; redlock?: Redlock; }): void; export {};