import { TDeferred } from "@effect/core/stm/TDeferred/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * @tsplus getter effect/core/stm/TDeferred await * @tsplus location "@effect/core/stm/TDeferred/operations/await" */ export declare function await_(self: TDeferred): STM; export { await_ as await }; //# sourceMappingURL=await.d.ts.map