import { BaseApiTemplateService } from '../shared/base-api-template-service.model'; import { CashbookContainerModel } from '../../../../../models/aggregates/cashbook/cashbook-container.model'; import { HttpClient } from '@angular/common/http'; export declare class CashbookService extends BaseApiTemplateService { constructor(http: HttpClient); }