import type { Predicate } from "@thi.ng/api"; export declare function takeWhile(pred: Predicate, input: Iterable): Generator; //# sourceMappingURL=take-while.d.ts.map