import type * as HS from "../../../../Has/index.js"; import type * as C from "../core.js"; /** * Accesses the specified service in the environment of the effect. */ export declare function service(s: HS.Tag): C.Stream, never, T>; //# sourceMappingURL=service.d.ts.map