import { TSemaphore } from "@effect/core/stm/TSemaphore/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Acquires the specified number of permits in a transactional context. * @tsplus static effect/core/stm/TSemaphore.Aspects acquireN * @tsplus pipeable effect/core/stm/TSemaphore acquireN * @tsplus location "@effect/core/stm/TSemaphore/operations/acquireN" */ export declare function acquireN(n: number): (self: TSemaphore) => STM; //# sourceMappingURL=acquireN.d.ts.map