/** The type of the accrual rule that defines how buyers can earn points. */ export declare const LoyaltyProgramAccrualRuleType: { readonly Visit: "VISIT"; readonly Spend: "SPEND"; readonly ItemVariation: "ITEM_VARIATION"; readonly Category: "CATEGORY"; }; export type LoyaltyProgramAccrualRuleType = (typeof LoyaltyProgramAccrualRuleType)[keyof typeof LoyaltyProgramAccrualRuleType];