import type { BurialSiteStatus } from '../types/record.types.js'; export default function getBurialSiteStatuses(includeDeleted?: boolean): BurialSiteStatus[];