import { Material } from 'three'; import { type BatchUpdateRange } from './Batch.js'; import { type DrawGroup } from './Batch.js'; export declare class DrawRanges { integrateRanges(groups: Array, materials: Array, ranges: BatchUpdateRange[]): Array; }