import { Loyalty } from '../../entities/loyalty.entity'; import { AxiosError } from 'axios'; import { AppThunk } from 'store'; export declare const getLoyaltyRequest: (organizationId: string) => AppThunk; export declare const updateLoyaltyRequest: (organizationId: string, data: Partial, onError: (err?: AxiosError) => void) => AppThunk;