import { RestService } from '@abp/ng.core'; export declare class InventoryService { private restService; apiName: string; constructor(restService: RestService); sample(): import("rxjs").Observable; }