import type { MaturityKey } from '../referenceLinks/types.js'; /** Tag recommendations grouped by geometry type (node, way, …). */ export declare const geometryTagRecommendationsMaturity: "beta"; export declare const isVisibleMaturity: (maturity: MaturityKey) => maturity is Exclude; //# sourceMappingURL=featureMaturities.d.ts.map