import { Channel } from "@effect/core/stream/Channel/definition/base"; import type { AsyncInputConsumer } from "@effect/core/stream/Channel/SingleProducerAsyncInput"; /** * @tsplus static effect/core/stream/Channel.Ops fromInput * @tsplus location "@effect/core/stream/Channel/operations/fromInput" */ export declare function fromInput(input: AsyncInputConsumer): Channel; //# sourceMappingURL=fromInput.d.ts.map