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