import type { PublicPropertySummary } from "./types"; export type UnitDateFormat = "short" | "medium" | "long"; export declare function formatUnitDate(value: string, format?: UnitDateFormat): string; export declare function formatAvailabilityDate(value: string, format?: UnitDateFormat, now?: Date): string; export declare function formatPropertyAddress(property: PublicPropertySummary | null): string | null; export declare function formatLeaseTerms(terms: number[] | null | undefined): string | null; //# sourceMappingURL=formatters.d.ts.map