import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const BenefitType: { readonly Custom: "custom"; readonly Discord: "discord"; readonly GithubRepository: "github_repository"; readonly Downloadables: "downloadables"; readonly LicenseKeys: "license_keys"; readonly MeterCredit: "meter_credit"; readonly FeatureFlag: "feature_flag"; }; export type BenefitType = OpenEnum; /** @internal */ export declare const BenefitType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const BenefitType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=benefittype.d.ts.map