import * as Chunk from "../core.js";
/**
* Takes all elements so long as the predicate returns true.
*/
export declare function takeWhile_(self: Chunk.Chunk, f: (a: A) => boolean): Chunk.Chunk;
/**
* Takes all elements so long as the predicate returns true.
*
* @ets_data_first takeWhile_
*/
export declare function takeWhile(f: (a: A) => boolean): (self: Chunk.Chunk) => Chunk.Chunk;
//# sourceMappingURL=takeWhile.d.ts.map