import { Semaphore } from "./semaphore";
import { Mutex } from "./mutex";
import * as types from "./types";
import { DistributedSemaphore } from "./distributed-semaphore";
import { DistributedMutex } from "./distributed-mutex";
import { InMemoryDistributedRegistry } from "./in-memory-distributed/in-memory-distributed-registry";
export { Semaphore, Mutex, types, DistributedSemaphore, DistributedMutex, InMemoryDistributedRegistry };
//# sourceMappingURL=index.d.ts.map