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