import type * as P from "@principia/prelude"; import type { URI, V } from "./model"; export declare const wither_: P.WitherFn_<[URI], V>; export declare const wither: P.WitherFn<[URI], V>; export declare const wilt_: P.WiltFn_<[URI], V>; export declare const wilt: P.WiltFn<[URI], V>; export declare const Witherable: P.Witherable<[URI], V>; //# sourceMappingURL=witherable.d.ts.map