import type * as HS from "../../../../Has/index.js"; import type * as C from "../core.js"; /** * Accesses the specified service in the environment of the stream in the * context of a stream. */ export declare function serviceWithStream(s: HS.Tag): (f: (t: T) => C.Stream) => C.Stream & R, E, A>; //# sourceMappingURL=serviceWithStream.d.ts.map