import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const MetricType: { readonly Scalar: "scalar"; readonly Currency: "currency"; readonly CurrencySubCent: "currency_sub_cent"; readonly Percentage: "percentage"; }; export type MetricType = OpenEnum; /** @internal */ export declare const MetricType$inboundSchema: z.ZodMiniType; //# sourceMappingURL=metrictype.d.ts.map