import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Creates a sink containing the last value. * @tsplus static effect/core/stream/Sink.Ops last * @tsplus location "@effect/core/stream/Sink/operations/last" */ export declare function last(): Sink>; //# sourceMappingURL=last.d.ts.map