import { BaseApiTemplateService } from "../../../shared"; import { ActionContainerModel } from "../../../../../../../models/aggregates/alg/cc/action"; import { HttpClient } from "@angular/common/http"; export declare class ActionService extends BaseApiTemplateService { constructor(http: HttpClient); }