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