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