/** The updated metric unit type. */
export declare const UpdateMetricRequestItemUnitType: {
    readonly Number: "number";
    readonly Currency: "currency";
};
export type UpdateMetricRequestItemUnitType = (typeof UpdateMetricRequestItemUnitType)[keyof typeof UpdateMetricRequestItemUnitType];
