import type { Fn } from "@thi.ng/api"; export declare function partitionBy(fn: Fn, input: Iterable): Generator; //# sourceMappingURL=partition-by.d.ts.map