import { IEnumerable } from '../types'; export declare function range(start: number, count: number): IEnumerable; //# sourceMappingURL=range.d.ts.map