import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared'; import { ShippingPriceBookEventContainerModel } from '../../../../../../models/aggregates/erp/shipping-price-book'; export declare class ShippingPriceBookEventService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }