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