import { CoreModule } from '../core-module'; export declare class ForceCenter extends CoreModule { private centermassFbo; private clearCentermassCommand; private calculateCentermassCommand; private runCommand; private centermassTexture; private pointIndices; create(): void; initPrograms(): void; run(): void; }