import { CoreModule } from '../core-module'; export declare class ForceManyBodyQuadtree extends CoreModule { private randomValuesFbo; private levelsTextures; private levelsFbos; private clearLevelsCommand; private calculateLevelsCommand; private quadtreeCommand; private quadtreeLevels; private randomValuesTexture; private pointIndices; create(): void; initPrograms(): void; run(): void; }