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