import { Predicate } from "@tsplus/stdlib/data/Predicate";
import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
/**
* Returns the first index for which the given predicate is satisfied after or
* at some given index.
* @tsplus static Chunk.Aspects indexWhereFrom
* @tsplus pipeable Chunk indexWhereFrom
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/indexWhereFrom"
*/
export declare function indexWhereFrom(from: number, f: Predicate): (self: Chunk) => number;
//# sourceMappingURL=indexWhereFrom.d.ts.map