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