import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops fromEither * @tsplus location "@effect/core/stream/Channel/operations/fromEither" */ export declare function fromEither(either: Either): Channel; //# sourceMappingURL=fromEither.d.ts.map