import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const BillingPeriod: { readonly Monthly: "MONTHLY"; readonly Annual: "ANNUAL"; readonly Weekly: "WEEKLY"; readonly Daily: "DAILY"; readonly Quarterly: "QUARTERLY"; readonly HalfYearly: "HALF_YEARLY"; readonly Onetime: "ONETIME"; }; export type BillingPeriod = OpenEnum; /** @internal */ export declare const BillingPeriod$inboundSchema: z.ZodMiniType; /** @internal */ export declare const BillingPeriod$outboundSchema: z.ZodMiniType; //# sourceMappingURL=billing-period.d.ts.map