import { IterableX } from '../iterable'; export declare function take(source: Iterable, count: number): IterableX;