import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const LoyaltyEventType: core.serialization.Schema; export declare namespace LoyaltyEventType { type Raw = "ACCUMULATE_POINTS" | "CREATE_REWARD" | "REDEEM_REWARD" | "DELETE_REWARD" | "ADJUST_POINTS" | "EXPIRE_POINTS" | "OTHER" | "ACCUMULATE_PROMOTION_POINTS"; }