import { FiberId } from "@effect/core/io/FiberId/definition"; import { TReentrantLock } from "@effect/core/stm/TReentrantLock/definition"; /** * @tsplus static effect/core/stm/TReentrantLock/WriteLock.Ops __call * @tsplus location "@effect/core/stm/TReentrantLock/operations/WriteLock/make" */ export declare function make(writeLocks: number, readLocks: number, fiberId: FiberId): TReentrantLock.WriteLock; //# sourceMappingURL=make.d.ts.map