import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const BillingCycle: { readonly Anniversary: "anniversary"; readonly Calendar: "calendar"; }; export type BillingCycle = OpenEnum; /** @internal */ export declare const BillingCycle$inboundSchema: z.ZodMiniType; /** @internal */ export declare const BillingCycle$outboundSchema: z.ZodMiniType; //# sourceMappingURL=billing-cycle.d.ts.map