import type { Tag } from "../Has/index.js";
import type { Effect } from "./effect.js";
/**
* Maps the success value of this effect to a service.
*
* @datFirst asService_
*/
export declare function asService(has: Tag, __trace?: string): (fa: Effect) => Effect>;
/**
* Maps the success value of this effect to a service.
*/
export declare function asService_(fa: Effect, tag: Tag, __trace?: string): Effect>;
//# sourceMappingURL=asService.d.ts.map