export declare function takeWhile(arr: T[], predicate: (item: T) => boolean): T[]; //# sourceMappingURL=util.d.ts.map