import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared/base-api-template-service.model'; import { LinkConfigToCashbookContainerModel } from '../../../../../models/aggregates/cashbook/link-config-to-cashbook-container.model'; export declare class LinkConfigToCashbookService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }