import { BufferGeometry } from 'three';
import { PolyDictionary } from '../../../types/GlobalTypes';
export declare function indicesFromPoints(new_index_by_old_index: PolyDictionary<number>, old_geometry: BufferGeometry): number[] | undefined;
