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