import type { BufferLike } from './types.js';
import type { VOBufferPool } from './VOBufferPool.js';
export declare function updateUpdateRange(pool: VOBufferPool, buffers: Map<string, BufferLike>): void;
//# sourceMappingURL=updateUpdateRange.d.ts.map