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