import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const MeterUnit: { readonly Scalar: "scalar"; readonly Token: "token"; readonly Custom: "custom"; }; export type MeterUnit = OpenEnum; /** @internal */ export declare const MeterUnit$inboundSchema: z.ZodMiniType; /** @internal */ export declare const MeterUnit$outboundSchema: z.ZodMiniType; //# sourceMappingURL=meterunit.d.ts.map