import { FilterModel } from '../../models/entity/base/filterModel';
import { EstatePropertyTypeModel } from '../../models/entity/estate/estatePropertyTypeModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class EstatePropertyTypeService extends ApiCmsServerBase<EstatePropertyTypeModel, string, FilterModel> {
    getModuleControllerUrl(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<EstatePropertyTypeService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<EstatePropertyTypeService>;
}
