import { TQueue } from "@effect/core/stm/TQueue/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Takes a value from the queue. * @tsplus getter effect/core/stm/TQueue take * @tsplus location "@effect/core/stm/TQueue/operations/take" */ export declare function take(self: TQueue): USTM; //# sourceMappingURL=take.d.ts.map