import { IterableX } from './iterablex'; export declare function iif(fn: () => boolean, thenSource: Iterable, elseSource?: Iterable): IterableX;