export declare function filter(iterable: Iterable, predicate: (element: T, index: number) => unknown): IterableIterator;