import type { Separated } from "@principia/prelude/Utils"; import type { Either } from "../Either"; export declare const partitionMap: ( f: (a: A) => Either ) => (as: Iterable) => Separated, Iterable>; //# sourceMappingURL=filterable.d.ts.map