import { FindOptions } from '../../asynciterable/findoptions.js'; /** * @ignore */ export declare function findIndexProto(this: AsyncIterable, options: FindOptions): Promise; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX { findIndex: typeof findIndexProto; } }