import { IterableX } from './iterablex'; export declare function range(start: number, count: number): IterableX;