export declare function findIndex(source: AsyncIterable, predicate: (value: T, index: number) => boolean | Promise, thisArg?: any): Promise;