import * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Creates a stream from an effect producing a value of type `A` */ export declare function fromEffect(fa: T.Effect): C.Stream; //# sourceMappingURL=fromEffect.d.ts.map