import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const AlertEntityType: { readonly Wallet: "wallet"; readonly Feature: "feature"; readonly Subscription: "subscription"; readonly SubscriptionLineItem: "subscription_line_item"; readonly Group: "group"; readonly EntitlementGrant: "entitlement_grant"; }; export type AlertEntityType = OpenEnum; /** @internal */ export declare const AlertEntityType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const AlertEntityType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=alert-entity-type.d.ts.map