/// import { CityJSONV111 } from './CityJSONV111.js'; import { LayerMatrixOptions } from './layer.js'; export declare function vegetationSurfaceLod1Data(cityJson: CityJSONV111, options: LayerMatrixOptions): { data: { vertices: any[]; indices: any[]; colors: any[]; objects: any[]; }; modelMatrix: import("gl-matrix").mat4; center: import("gl-matrix").vec3; min: import("gl-matrix").vec3; max: import("gl-matrix").vec3; width: number; height: number; }; //# sourceMappingURL=vegetation.d.ts.map