import { EstatePropertyExpertPriceTypeEnum } from '../../enums/estate/estatePropertyExpertPriceTypeEnum';
import { BaseModuleEntity } from '../base/baseModuleEntity';
export declare class EstatePropertyExpertPriceModel extends BaseModuleEntity<string> {
    expertPriceType: EstatePropertyExpertPriceTypeEnum;
    description: string;
    linkLocationId: number;
    linkLocationCountryId: number;
    linkLocationCountryIdTitle: string;
    linkLocationIdTitle: string;
    linkLocationIdParentTitle: string;
    linkPropertyTypeUsageId: string;
    linkPropertyTypeLanduseId: string;
    linkContractTypeId: string;
    linkCoreCurrencyId: number;
    createdYaer?: number;
    countRow: number;
    salePriceMin: number;
    salePriceMax: number;
    salePriceAverage: number;
    rentPriceMin: number;
    rentPriceMax: number;
    rentPriceAverage: number;
    depositPriceMin: number;
    depositPriceMax: number;
    depositPriceAverage: number;
    periodPriceMin: number;
    periodPriceMax: number;
    periodPriceAverage: number;
}
