import { Pipe } from "../pipe.js";
export declare function takeWhile(predicate: (element: any, inclusive?: number) => boolean, inclusive?: boolean): Pipe;
