import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { CountdownLatch } from "@effect/core/concurrent/CountdownLatch/definition"; /** * @tsplus static effect/core/concurrent/CountdownLatch.Ops __call * @tsplus static effect/core/concurrent/CountdownLatch.Ops make * @tsplus location "@effect/core/concurrent/CountdownLatch/operations/make" */ export declare function make(n: number): Effect, CountdownLatch>; //# sourceMappingURL=make.d.ts.map