import type { Predicate2 } from "@thi.ng/api"; export declare function dedupeWith(equiv: Predicate2, input: Iterable): Generator; //# sourceMappingURL=dedupe-with.d.ts.map