export declare class CustomerBaseApiUrls { getCustomerBaseByIdUrl: string; insertCustomerBaseDataUrl: string; updateCustomerBaseDataUrl: string; deleteCustomerBaseDataUrl: string; getCustomerBaseListUrl: string; searchCustomerBaseUrl: string; getCustomerBaseDropdownListUrl: string; getPriceTierDropdownListUrl: string; getPriceTierByCustomerDropdownListUrl: string; }