import { THub } from "@effect/core/stm/THub/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Views the next element in the queue without removing it, returning `None` * if the queue is empty. * @tsplus getter effect/core/stm/THub/TDequeue peekMaybe * @tsplus location "@effect/core/stm/THub/operations/TDequeue/peekMaybe" */ export declare function peekMaybe(self: THub.TDequeue): STM>; //# sourceMappingURL=peekMaybe.d.ts.map