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