import { TReentrantLock } from "@effect/core/stm/TReentrantLock/definition"; import { FiberId } from "@effect/core/io/FiberId/definition"; /** * An empty read lock state, in which no fiber holds any read locks. * @tsplus static effect/core/stm/TReentrantLock/ReadLock.Ops empty * @tsplus location "@effect/core/stm/TReentrantLock/operations/ReadLock/empty" */ export declare function empty(): TReentrantLock.ReadLock; //# sourceMappingURL=empty.d.ts.map