import { BaseApiTemplateService } from "../shared/base-api-template-service.model"; import { HttpClient } from "@angular/common/http"; import { WarehouseLayoutNodeHdrContainerModel } from "../../../../../models/aggregates/warehouse/index"; export declare class WarehouseLayoutNodeHdrService extends BaseApiTemplateService { constructor(http: HttpClient); }