import type { FuneralHome } from '../types/recordTypes.js';
export default function getFuneralHomes(): Promise<FuneralHome[]>;