import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const BillingPeriodBehaviour: { readonly Unchanged: "unchanged"; readonly AnchorAtEffect: "anchor_at_effect"; readonly AnchorAtConfig: "anchor_at_config"; }; export type BillingPeriodBehaviour = OpenEnum; /** @internal */ export declare const BillingPeriodBehaviour$inboundSchema: z.ZodMiniType; /** @internal */ export declare const BillingPeriodBehaviour$outboundSchema: z.ZodMiniType; //# sourceMappingURL=billing-period-behaviour.d.ts.map