import { PipeBody } from "../../pipables"; import type { LinqWrapper } from "../linqWrapper"; import { IndexedSequenceElementPredicate, SequenceElementTypeAssertionPredicate } from "./typing"; export declare function where(predicate: SequenceElementTypeAssertionPredicate): PipeBody, LinqWrapper>; export declare function where(predicate: IndexedSequenceElementPredicate): PipeBody, LinqWrapper>; //# sourceMappingURL=where.d.ts.map