import { HttpClient } from "@angular/common/http"; import { AppletToCatalogPluginLinksContainerModel } from "../../../../../models/aggregates/applet/applet-to-catalog-plugin-links-container.model"; import { BaseApiTemplateService } from "../shared"; export declare class AppletToCatalogPluginLinksService extends BaseApiTemplateService { constructor(http: HttpClient); }