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