import { Predicate } from "@tsplus/stdlib/data/Predicate";
import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
/**
* Takes all elements so long as the predicate returns true.
* @tsplus static Chunk.Aspects takeWhile
* @tsplus pipeable Chunk takeWhile
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/takeWhile"
*/
export declare function takeWhile(f: Predicate): (self: Chunk) => Chunk;
//# sourceMappingURL=takeWhile.d.ts.map