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