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