import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; import { FiberId } from "@effect/core/io/FiberId/definition"; import { TReentrantLock } from "@effect/core/stm/TReentrantLock/definition"; /** * Creates a new read lock where the specified fiber holds the specified * number of read locks. * @tsplus static effect/core/stm/TReentrantLock/ReadLock.Ops __call * @tsplus location "@effect/core/stm/TReentrantLock/operations/ReadLock/make" */ export declare function make(readers: HashMap): TReentrantLock.ReadLock; //# sourceMappingURL=make.d.ts.map