import type { Effect } from "../../../../Effect/effect.js"; import * as Chunk from "../core.js"; /** * Takes all elements so long as the effectual predicate returns true. */ export declare function takeWhileEffect_(self: Chunk.Chunk, f: (a: A) => Effect): Effect>; /** * Takes all elements so long as the effectual predicate returns true. * * @ets_data_first takeWhileEffect_ */ export declare function takeWhileEffect(f: (a: A) => Effect): (self: Chunk.Chunk) => Effect>; //# sourceMappingURL=takeWhileEffect.d.ts.map