import { FiberId } from "@effect/core/io/FiberId/definition"; import { TReentrantLock } from "@effect/core/stm/TReentrantLock/definition"; /** * Adjusts the number of read locks held by the specified fiber id. * @tsplus static effect/core/stm/TReentrantLock/ReadLock.Aspects adjust * @tsplus pipeable effect/core/stm/TReentrantLock/ReadLock adjust * @tsplus location "@effect/core/stm/TReentrantLock/operations/ReadLock/adjust" */ export declare function adjust(fiberId: FiberId, adjust: number): (self: TReentrantLock.ReadLock) => TReentrantLock.ReadLock; //# sourceMappingURL=adjust.d.ts.map