import { BaseApiTemplateService } from "../../../shared"; import { TaskOutboundContainerModel } from "../../../../../../../models/aggregates/alg/cc/task"; import { HttpClient } from "@angular/common/http"; import * as i0 from "@angular/core"; export declare class TaskOutboundService extends BaseApiTemplateService { constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }