import { Observable } from 'rxjs';
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
import { FilterModel } from '../../models/entity/base/filterModel';
import { BiographyShareServerCategoryModel } from '../../models/entity/biography/biographyShareServerCategoryModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class BiographyShareServerCategoryService extends ApiCmsServerBase<BiographyShareServerCategoryModel, number, FilterModel> {
    getModuleControllerUrl(): string;
    ServiceGetAllOtherSite(model: FilterModel): Observable<ErrorExceptionResult<BiographyShareServerCategoryModel>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<BiographyShareServerCategoryService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<BiographyShareServerCategoryService>;
}
