import type { Measurement, WidgetValue } from "./Measurement.js"; export declare class MeasurementPropertyHelper { static buildNameProperty(name: string): WidgetValue; static tryAddNameProperty(measurement: Measurement, properties: WidgetValue[]): boolean; } //# sourceMappingURL=MeasurementPropertyHelper.d.ts.map