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. * @tsplus static Chunk.Aspects indexWhere * @tsplus pipeable Chunk indexWhere * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/indexWhere" */ export declare function indexWhere(f: Predicate): (self: Chunk) => number; //# sourceMappingURL=indexWhere.d.ts.map