import { ArticleContentOtherInfoModel } from '../../models/entity/article/articleContentOtherInfoModel';
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 ArticleContentOtherInfoService extends ApiCmsServerBase<ArticleContentOtherInfoModel, number, FilterModel> {
    getModuleControllerUrl(): string;
    ServiceAddBatch(model: ArticleContentOtherInfoModel[]): Observable<ErrorExceptionResult<ArticleContentOtherInfoModel>>;
    ServiceEditBatch(model: ArticleContentOtherInfoModel[]): Observable<ErrorExceptionResult<ArticleContentOtherInfoModel>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ArticleContentOtherInfoService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ArticleContentOtherInfoService>;
}
