import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const AlertType: { readonly LowOngoingBalance: "low_ongoing_balance"; readonly LowCreditBalance: "low_credit_balance"; readonly FeatureWalletBalance: "feature_wallet_balance"; readonly SubscriptionSpend: "subscription_spend"; readonly SubscriptionLineItemSpend: "subscription_line_item_spend"; readonly SubscriptionGroupSpend: "subscription_group_spend"; readonly EntitlementGrantThreshold: "entitlement_grant_threshold"; readonly EntitlementGrantExhausted: "entitlement_grant_exhausted"; }; export type AlertType = OpenEnum; /** @internal */ export declare const AlertType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const AlertType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=alert-type.d.ts.map