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