import { ChartContentOtherInfoModel } from '../../models/entity/chart/chartContentOtherInfoModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import { Observable } from 'rxjs';
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
import { FilterModel } from '../../models/entity/base/filterModel';
import * as i0 from "@angular/core";
export declare class ChartContentOtherInfoService extends ApiCmsServerBase<ChartContentOtherInfoModel, number, FilterModel> {
    getModuleControllerUrl(): string;
    ServiceAddBatch(model: ChartContentOtherInfoModel[]): Observable<ErrorExceptionResult<ChartContentOtherInfoModel>>;
    ServiceEditBatch(model: ChartContentOtherInfoModel[]): Observable<ErrorExceptionResult<ChartContentOtherInfoModel>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ChartContentOtherInfoService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ChartContentOtherInfoService>;
}
