import { ExtendedConstructionNumber } from '../../api-utilities/api-utilities.types'; declare const getApartmentBuildingView: (constructionNumber: ExtendedConstructionNumber) => import("../..").ApartmentBuildingView | undefined; declare const getApartmentBuildingViewById: (constructionNumber: ExtendedConstructionNumber, id: string) => import("../..").ApartmentBuildingView | undefined; export { getApartmentBuildingView, getApartmentBuildingViewById };