import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PriceType: { readonly Usage: "USAGE"; readonly Fixed: "FIXED"; }; export type PriceType = OpenEnum; /** @internal */ export declare const PriceType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const PriceType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=price-type.d.ts.map