import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Billing period */ export declare const ProductBillingPeriod: { readonly EveryMonth: "every-month"; readonly EveryThreeMonths: "every-three-months"; readonly EverySixMonths: "every-six-months"; readonly EveryYear: "every-year"; readonly Once: "once"; }; /** * Billing period */ export type ProductBillingPeriod = ClosedEnum; /** @internal */ export declare const ProductBillingPeriod$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ProductBillingPeriod$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=productbillingperiod.d.ts.map