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