import * as C from "../core.js";
/**
 * Constructs a stream from a range of integers (lower bound included, upper bound not included)
 */
export declare function range(min: number, max: number, chunkSize?: number): C.UIO<number>;
//# sourceMappingURL=range.d.ts.map