import { EstateAccountAgencyModel } from '../../models/entity/estate/estateAccountAgencyModel';
import { EstateAccountAgencyFilterModel } from '../../models/filters/estate/estateAccountAgencyFilterModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class EstateAccountAgencyService extends ApiCmsServerBase<EstateAccountAgencyModel, string, EstateAccountAgencyFilterModel> {
    getModuleControllerUrl(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountAgencyService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountAgencyService>;
}
