import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition";
import { USTM } from "@effect/core/stm/STM/definition/base";
import { Maybe } from "@tsplus/stdlib/data/Maybe/definition";
/**
* Takes a value from the queue, returning `None` if there is not a value in
* the queue.
* @tsplus getter effect/core/stm/TPriorityQueue takeMaybe
* @tsplus location "@effect/core/stm/TPriorityQueue/operations/takeMaybe"
*/
export declare function takeMaybe(self: TPriorityQueue): USTM>;
//# sourceMappingURL=takeMaybe.d.ts.map