import { Loyalty } from 'shop/entities'; export declare class LoyaltyApi { static PUBLIC_LOYALTY_ENDPOINT: string; static getLoyalty: (organizationId: string) => Promise>; static updateLoyalty: (organizationId: string, data: Partial) => Promise>; }