import { THub } from "@effect/core/stm/THub/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Waits for the queue to be shut down. * @tsplus getter effect/core/stm/THub/TDequeue awaitShutdown * @tsplus location "@effect/core/stm/THub/operations/TDequeue/awaitShutdown" */ export declare function awaitShutdown(self: THub.TDequeue): STM; //# sourceMappingURL=awaitShutdown.d.ts.map