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