import { BufferGeometry } from 'three';
export declare const getLowestPolygonIdx: (geometry: BufferGeometry) => number;
