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