import { IterableX } from '../iterable'; export declare function partition(source: Iterable, predicate: (value: TSource, index: number) => boolean, thisArg?: any): IterableX[];