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