import type { Effect } from "./effect.js"; /** * Provides some of the environment required to run this effect, * leaving the remainder `R0`. */ export declare function provideSome_(effect: Effect, f: (r0: R0) => R, __trace?: string): Effect; /** * Provides some of the environment required to run this effect, * leaving the remainder `R0`. * * @ets_data_first provideSome_ */ export declare function provideSome(f: (r0: R0) => R, __trace?: string): (effect: Effect) => Effect; //# sourceMappingURL=provideSome.d.ts.map