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