import { PipeBody } from "../../pipables"; import type { LinqWrapper } from "../linqWrapper"; import { IndexedSequenceElementSelector } from "./typing"; export declare function toArray(): PipeBody, T[]>; export declare function toMap(keySelector: IndexedSequenceElementSelector): PipeBody, Map>; export declare function toMap(keySelector: IndexedSequenceElementSelector, valueSelector: IndexedSequenceElementSelector): PipeBody, Map>; export declare function toMultiMap(keySelector: IndexedSequenceElementSelector): PipeBody, Map>; export declare function toMultiMap(keySelector: IndexedSequenceElementSelector, valueSelector: IndexedSequenceElementSelector): PipeBody, Map>; export declare function toSet(): PipeBody, Set>; export declare function toSet(valueSelector: IndexedSequenceElementSelector): PipeBody, Set>; //# sourceMappingURL=collect.d.ts.map