import type { Effect } from "./effect.js";
/**
* Propagates the given environment to self.
*
* @ets_data_first andThen_
*/
export declare function andThen(fb: Effect, __trace?: string): (fa: Effect) => Effect;
/**
* Propagates the given environment to self.
*/
export declare function andThen_(fa: Effect, fb: Effect, __trace?: string): Effect;
//# sourceMappingURL=andThen.d.ts.map