export declare const UNIT_TERMINOLOGY_OPTIONS: readonly ["apartment", "townhome", "single_family_home", "home", "room", "apartment_home", "residence"]; export type UnitTerminology = (typeof UNIT_TERMINOLOGY_OPTIONS)[number]; export interface UnitTerminologyLabels { singular: string; plural: string; singularTitle: string; pluralTitle: string; } export declare function unitTerminologyLabels(terminology: UnitTerminology | string | null | undefined): UnitTerminologyLabels; //# sourceMappingURL=unitTerminology.d.ts.map