import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * @tsplus static effect/core/stream/Channel.Ops read * @tsplus location "@effect/core/stream/Channel/operations/read" */ export declare function read(): Channel, never, In>; //# sourceMappingURL=read.d.ts.map