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