export default class LockFile implements Disposable { private readonly lockFile; static lock(someKey: string, timeout?: number, interval?: number, throwOnFail?: boolean): Promise; timer: any; locked: any; constructor(lockFile: any); [Symbol.dispose](): void; } //# sourceMappingURL=LockFile.d.ts.map