import { PipeBody } from "../../pipables"; import { LinqWrapper } from "../linqWrapper"; import { IndexedSequenceElementSelector } from "./typing"; export declare function select(selector: IndexedSequenceElementSelector): PipeBody, LinqWrapper>; export declare function selectMany(selector: IndexedSequenceElementSelector>): PipeBody, LinqWrapper>; //# sourceMappingURL=select.d.ts.map