import type { GeometryFeature } from '@mappedin/mvf-core'; import type { StyleCollection } from '../../extensions/style.js'; import type { ParsedMVF } from '../../types/bundle.js'; import type { BuilderOptions } from '../builderOptions.js'; import type { MVFv2_STANDARD_MVFv3 } from '../index.js'; export type V3Styles = Pick; export type V2Styles = Pick; export type V2Style = StyleCollection[string]; type GeometryType = GeometryFeature['geometry']['type']; export type GeometryByType = Map; export declare function groupGeometryByType(geometryIds: string[], geometryByType: GeometryByType): Partial>; export declare function buildStyles(v3: V3Styles, { geometryMaps }: Pick): V2Styles; export {}; //# sourceMappingURL=styleBuilder.d.ts.map