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