export declare class UpdateSalePointDto { name?: string; domain?: string; logo?: string; countryId?: string; address?: string; contact?: string; }