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