import { ImmutableArray } from "@tsplus/stdlib/collections/ImmutableArray/definition"; import type * as P from "@tsplus/stdlib/prelude/Witherable"; /** * @tsplus static ImmutableArray.Ops Witherable * @tsplus location "@tsplus/stdlib/collections/ImmutableArray/instances/Witherable" */ export declare const Witherable: P.Witherable; //# sourceMappingURL=Witherable.d.ts.map