import { FunctionReturning } from "./internal"; export declare const findIndex: (iterable: T[], iteratee: FunctionReturning) => number;