import { IEnumerable } from '../types'; export declare function where(src: Iterable, exp: (item: TSource, index: number) => boolean): IEnumerable; //# sourceMappingURL=where.d.ts.map