import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CreditGrantCadence: { readonly Onetime: "ONETIME"; readonly Recurring: "RECURRING"; }; export type CreditGrantCadence = OpenEnum; /** @internal */ export declare const CreditGrantCadence$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CreditGrantCadence$outboundSchema: z.ZodMiniType; //# sourceMappingURL=credit-grant-cadence.d.ts.map