/** Defines whether the event was generated by the Square Point of Sale. */ export declare const LoyaltyEventSource: { readonly Square: "SQUARE"; readonly LoyaltyApi: "LOYALTY_API"; }; export type LoyaltyEventSource = (typeof LoyaltyEventSource)[keyof typeof LoyaltyEventSource];