import { AsyncIterableX } from './asynciterablex';
export declare function range(start: number, count: number): AsyncIterableX<number>;
