import { HttpClient } from '@angular/common/http'; import { CpCommerceWebsiteFormFieldSetLinkContainerModel } from '../../../../../models/aggregates/website-form/cpcommerce-form-field-set-link-container.model'; import { BaseApiPublicLoginTemplateService } from '../shared/base-api-public-login-template.service'; export declare class CpCommerceFormFieldSetLinkService extends BaseApiPublicLoginTemplateService { static readonly CP_COMMERCE_FORM_FIELD_SET_LINK_PATH = "website-form-field-set-links/"; readonly url: string; constructor(http: HttpClient); }