import type { Geometry } from 'pixi.js'; /** * This will move center the geometry based on its max width / height / depth * * @param geometry - the geometry to center */ export declare function centerGeometry(geometry: Geometry): void; //# sourceMappingURL=centerGeometry.d.ts.map