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