import { ImmutableArray } from "@tsplus/stdlib/collections/ImmutableArray/definition"; import { HKT } from "@tsplus/stdlib/prelude/HKT"; import { Applicative } from "@tsplus/stdlib/prelude/Applicative"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * @tsplus static ImmutableArray.Ops compactWithIndexF * @tsplus location "@tsplus/stdlib/collections/ImmutableArray/compactWithIndexF" */ export declare const compactWithIndexF: import("../../prelude/WitherableWithIndex").WitherWithIndex; //# sourceMappingURL=compactWithIndexF.d.ts.map