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