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