import * as O from "../../../../Option/index.js";
import type * as Chunk from "../core.js";
/**
* Returns the index of the first element that satisfies the predicate.
*/
export declare function findIndex_(self: Chunk.Chunk, f: (a: A) => boolean): O.Option;
/**
* Returns the index of the first element that satisfies the predicate.
*
* @ets_data_first findIndex_
*/
export declare function findIndex(f: (a: A) => boolean): (self: Chunk.Chunk) => O.Option;
//# sourceMappingURL=findIndex.d.ts.map