import { Predicate } from "@tsplus/stdlib/data/Predicate";
import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
import { Maybe } from "@tsplus/stdlib/data/Maybe/definition";
/**
* Returns the last index of the element that satisfies the predicate.
* @tsplus static Chunk.Aspects findLastIndex
* @tsplus pipeable Chunk findLastIndex
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/findLastIndex"
*/
export declare function findLastIndex(f: Predicate): (self: Chunk) => Maybe;
//# sourceMappingURL=findLastIndex.d.ts.map