import { Take } from "@effect/core/stream/Take/definition"; /** * End-of-stream marker. * @tsplus static effect/core/stream/Take.Ops end * @tsplus location "@effect/core/stream/Take/operations/end" */ export declare const end: Take; //# sourceMappingURL=end.d.ts.map