/** * All available OSM geometry types for traffic sign tagging. */ export declare const GEOMETRY_TYPES: readonly ["node", "way", "way_centerline", "area", "relation"]; /** * Type representing all valid geometry types. */ export type GeometryType = (typeof GEOMETRY_TYPES)[number]; //# sourceMappingURL=geometryTypes.d.ts.map