import { Observable } from 'rxjs';
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
import { FilterModel } from '../../models/entity/base/filterModel';
import { CoreSiteUserModel } from '../../models/entity/core-main/coreSiteUserModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class CoreSiteUserService extends ApiCmsServerBase<CoreSiteUserModel, number, FilterModel> {
    getModuleControllerUrl(): string;
    ServiceGetAllSiteCurrentUser(): Observable<ErrorExceptionResult<CoreSiteUserModel>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CoreSiteUserService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CoreSiteUserService>;
}
