import type { LotOccupancyOccupant } from '../types/recordTypes.js'; export declare function getFuneralHomeLotOccupancyOccupantData(funeralHomeKey: string): LotOccupancyOccupant; export declare function getDeathAgePeriod(legacyDeathAgePeriod: string): string;