import Semaphore from './lib/concurrency/Semaphore'; export { Semaphore }; declare const _default: { Semaphore: typeof Semaphore; }; export default _default; //# sourceMappingURL=concurrency.d.ts.map