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