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