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