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