import { TSemaphore } from "@effect/core/stm/TSemaphore/definition"; /** * @tsplus static effect/core/stm/TSemaphore.Ops unsafeMake * @tsplus location "@effect/core/stm/TSemaphore/operations/unsafeMake" */ export declare function unsafeMake(permits: number): TSemaphore; //# sourceMappingURL=unsafeMake.d.ts.map