import { ExtendedApiObject } from '../../api-utilities'; import { ExtendedAreaModels } from '../extended-area'; declare const findExtendedObjectById: ({ areaProject, constructionNumbers, propertyTypes, apartmentBuildings, projectPhases, districts, }: ExtendedAreaModels, id: string) => ExtendedApiObject | undefined; export { findExtendedObjectById };