import type { Chunk } from "../core.js"; /** * Build a chunk with an integer range with both min/max included */ export declare function range(min: number, max: number): Chunk; //# sourceMappingURL=range.d.ts.map