// codegen:start {preset: barrel, include: ./operations/*.ts, prefix: "@effect/core/stm/TDeferred"} export * from "@effect/core/stm/TDeferred/operations/await" export * from "@effect/core/stm/TDeferred/operations/done" export * from "@effect/core/stm/TDeferred/operations/fail" export * from "@effect/core/stm/TDeferred/operations/make" export * from "@effect/core/stm/TDeferred/operations/poll" export * from "@effect/core/stm/TDeferred/operations/succeed" // codegen:end