import { IterableX } from '../iterable'; export declare function slice(source: Iterable, begin: number, end?: number): IterableX;