export declare function findIndex(source: Iterable, fn: (value: T, index: number) => boolean, thisArg?: any): number;