import { AsyncLock } from '../AsyncLock'; export declare class Factory { create(): AsyncLock; }