import { Geometry } from '../../renderers/shared/geometry/Geometry'; /** * This class represents a geometry used for batching in the rendering system. * It defines the structure of vertex attributes and index buffers for batched rendering. * @category rendering * @advanced */ export declare class BatchGeometry extends Geometry { constructor(); }