import { HashSet } from "../../collections"; import { HashableEqualityComparer } from "../../collections/equalityComparison"; import type { LinqWrapper } from "../linqWrapper"; import { IndexedSequenceElementSelector } from "./typing"; import { PipeBody } from "../../pipables"; export declare function toHashSet(valueSelector?: IndexedSequenceElementSelector | HashableEqualityComparer, comparer?: HashableEqualityComparer): PipeBody, HashSet>; //# sourceMappingURL=collectHashSet.d.ts.map