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